{{ __('Plantillas de Gafete') }}

Crear Nueva Plantilla
@if (session('success'))
{{ session('success') }}
@endif
@forelse($plantillas as $plantilla) @empty @endforelse
Plantilla Congreso Hoja Elementos Acciones
{{ $plantilla->nombre_plantilla }} {{ $plantilla->congreso->nombre ?? 'N/A' }} {{ \App\Models\PlantillaGafete::opcionesTamano()[$plantilla->page_size] ?? $plantilla->page_size }} {{ $plantilla->mostrar_nombre ? 'Nombre' : '' }} {{ $plantilla->mostrar_cargo ? ' Cargo' : '' }} {{ $plantilla->mostrar_qr ? ' QR' : '' }} {{ $plantilla->mostrar_banda ? ' Banda' : '' }}
PDF Correo Editar
@csrf @method('DELETE')
No hay plantillas de gafete creadas.
{{ $plantillas->links() }}