@if ($templates->count() > 0)
@foreach ($templates as $key => $template)
zoom_in
{{ trans("messages.preview") }}
@if (Auth::user()->admin->can('update', $template)) @if (in_array(Acelle\Model\Setting::get('builder'), ['both','pro']) && $template->builder)
{{ trans('messages.template.pro_builder') }}
@endif @if (in_array(Acelle\Model\Setting::get('builder'), ['both','classic']))
{{ trans('messages.template.classic_builder') }}
@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))
{{ trans('messages.actions') }}
@if (Auth::user()->admin->can('update', $template))
subtitles
{{ trans("messages.template.change_name") }}
@endif @if (Auth::user()->admin->can('preview', $template))
zoom_in
{{ trans("messages.preview") }}
@endif @if (Auth::user()->admin->can('update', $template))
insert_photo
{{ trans("messages.template.upload_thumbnail") }}
@endif @if (Auth::user()->admin->can('copy', $template))
copy_all
{{ trans("messages.template.copy") }}
@endif @if (Auth::user()->admin->can('delete', $template))
$template->uid]) }}">
delete_outline
{{ trans("messages.delete") }}
@endif
@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