@forelse($templates as $template) @empty @endforelse
{{ __('common.template') }} {{ __('common.subject') }} {{ __('common.category') }} {{ __('common.variables') }} {{ __('common.actions') }}

{{ $template->name }}

{{ $template->slug }}

{{ $template->subject }} {{ $categories[$template->category] ?? ucfirst($template->category) }} {{ count($template->variables ?? []) }} {{ __('common.variables') }}
{{ __('admin.no_templates_found') }}
@if($templates->hasPages())
{{ $templates->links() }}
@endif