@if ($templates->count() > 0)
@foreach ($templates as $key => $template)
@if (Auth::user()->admin->can('update', $template)) @if (in_array(Acelle\Model\Setting::get('builder'), ['both','pro']) && $template->builder) @endif @if (in_array(Acelle\Model\Setting::get('builder'), ['both','classic'])) @endif @endif
{{ $template->name }}
@if (Auth::user()->admin->can('preview', $template) || Auth::user()->admin->can('copy', $template) || Auth::user()->admin->can('delete', $template) || Auth::user()->admin->can('update', $template))
@endif
@endforeach
@include('elements/_per_page_select', ["items" => $templates, 'custom_per_pages' => [8, 16, 24]]) @elseif (!empty(request()->keyword))
auto_awesome_mosaic {{ trans('messages.no_search_result') }}
@else
auto_awesome_mosaic {{ trans('messages.template_empty_line_1') }}
@endif