{{-- Title --}}
@if(data_get($titleStyle, 'visible', true))
{{ $activity->name ?? 'KARTU PESERTA' }}
@endif
{{-- Photo --}}
@if(data_get($photoStyle, 'visible', true))
@endif
{{-- Name --}}
@if(data_get($nameStyle, 'visible', true))
{{ $userParticipant->name ?? '-' }}
@endif
{{-- QR Code --}}
@if(data_get($qrStyle, 'visible', true))
@endif