@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:
@endif
@if (isset($plantilla) && $plantilla->firma_path_1)
Firmante 1:
@endif
@if (isset($plantilla) && $plantilla->firma_path_2)
Firmante 2:
@endif
@if (isset($plantilla) && $plantilla->firma_path_3)
Firmante 3:
@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 --}}