@forelse($templates as $template)
{{ $template->name }}
{{ Str::limit($template->description, 100) }}
{{ ucfirst($template->category) }}
{{ $template->is_active ? 'Activo' : 'Inactivo' }}
@empty
No hay plantillas disponibles
Comience creando su primera plantilla de reporte
@endforelse
@if($templates->hasPages())
{{ $templates->links() }}
@endif