@foreach($templates as $template) @endforeach
@lang('No') @lang('Template') @lang('Created At')
{{ $loop->iteration }} {{ Str::limit($template->message, 100) }} {{ $template->formatted_created_at }}