{{ __('New Email Template') }}
@forelse ($email_templates as $email_template) @empty @endforelse
{{ __('ID') }} {{ __('Name') }} {{ __('Status') }} {{ __('Created At') }} {{ __('Updated At') }} {{ __('Action') }}
{{ $email_template->id }} {{ $email_template->name }} {{ $email_template->formatted_status }} {{ $email_template->formatted_created_at }} {{ $email_template->formatted_updated_at }}
@if ($email_template->canEdit()) {{ __('Edit') }} @endif @if ($email_template->canTrash()) {{ __('Trash') }} @endif
{{ __('Empty.') }}
{{ $email_templates->links() }}