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