@csrf
@php $user = Auth::user(); $isCongresoRestricted = $user->isAdminCongreso() && $user->congreso_id; $selectedCongresoId = old('congreso_id', $plantilla->congreso_id ?? ($isCongresoRestricted ? $user->congreso_id : '')); @endphp
@if($isCongresoRestricted) @endif

Usa placeholders: [NOMBRE_PARTICIPANTE], [NOMBRE_CONGRESO]

@if (isset($plantilla) && $plantilla->fondo_path)

Fondo actual:

Fondo
@endif
@if (isset($plantilla) && $plantilla->firma_path_1)

Firmante 1:

Firma
@endif
@if (isset($plantilla) && $plantilla->firma_path_2)

Firmante 2:

Firma
@endif
@if (isset($plantilla) && $plantilla->firma_path_3)

Firmante 3:

Firma
@endif

Ajustes de Posición (en Píxeles)

Define dónde aparecerán los elementos en el PDF. Usa la "Vista Previa" para ajustar.

{{-- Name Position --}}
{{-- Signature Height --}}
{{-- Posicion de la firma 1 --}}
{{-- Posicion de la firma 2 --}}
{{-- Posicion de la firma 3 --}}
{{ $buttonText }} Cancelar