@if ($templates->total()) web {{ trans('messages.templates') }} {{ $templates->count() }} / {{ $templates->total() }} ยท {{ trans('messages.search.view_all') }} @foreach($templates as $template) {{ $template->name }} {{ trans('messages.updated_at') }}: {{ Auth::user()->customer->formatDateTime($template->created_at, 'datetime_full') }} @endforeach @endif
{{ trans('messages.updated_at') }}: {{ Auth::user()->customer->formatDateTime($template->created_at, 'datetime_full') }}