@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Templates']) @endsection @section('content')
@can('template.upload') {{ __('Upload Theme') }} @endcan
@foreach($posts as $row) @endforeach
{{ __('Name') }} {{ __('Assets root') }} {{ __('View root') }} {{ __('Total Installed') }} {{ __('Uploaded at') }} {{ __('Action') }}
{{ $row->name }} {{ $row->asset_path }} {{ $row->src_path }} {{ $row->installed_count }} {{ $row->created_at->format('d-F-Y') }} @if( $row->installed_count == 0) @endif
{{ __('Name') }} {{ __('Assets root') }} {{ __('View root') }} {{ __('Total Installed') }} {{ __('Uploaded at') }} {{ __('Action') }}
@can('template.upload') @endcan @endsection @push('js') @endpush