{{ $settings['event_name'] ?? 'e-Sijil Acara Larian 2026' }}

Laporan: {{ ucfirst(str_replace('_', ' ', $type)) }}

Dijana: {{ $generatedAt->format('d/m/Y H:i') }} | Admin: {{ auth()->user()->name }}

@foreach($headings as $h)@endforeach @foreach($data as $row) @if($type === 'downloaded') @elseif(is_array($row)) @foreach($row as $v)@endforeach @else @foreach((array)$row as $v)@endforeach @endif @endforeach
{{ $h }}
{{ $row->full_name }}{{ $row->participant_number }}{{ $row->category }} {{ $row->first_downloaded_at?->format('d/m/Y H:i') }}{{ $row->last_downloaded_at?->format('d/m/Y H:i') }}{{ $row->download_count }}{{ $v }}{{ is_object($v) ? '' : $v }}