@if($plantilla->fondo_path) @endif @if($plantilla->mostrar_banda && filled($plantilla->banda_texto))
{{ \App\Support\GafetePdfBuilder::replacePlaceholders($plantilla->banda_texto, $registro, $plantilla) }}
@endif @if($plantilla->mostrar_nombre) @php $apellidos = trim($registro->primer_apellido . ' ' . $registro->segundo_apellido); $nombreCompleto = trim($registro->nombres) . ($apellidos ? '
' . $apellidos : ''); @endphp
{!! $nombreCompleto !!}
@endif @php($cargoGafete = $plantilla->resolveCargoValue($registro)) @if($plantilla->mostrar_cargo && filled($cargoGafete))
{!! $cargoGafete !!}
@endif @if($plantilla->mostrar_qr) QR de registro @endif