@foreach($days as $day) @endforeach @foreach($data as $index => $row) @foreach($days as $day) @php $cell = $row['attendance_data']->$day ?? null; @endphp @if($cell && isset($cell['is_khusus'])) @else @endif @endforeach @endforeach
No NIP Nama SKPD Tanggal Total Akumulasi
{{ $day }}
{{ $index + 1 }} '{{ $row['nip'] }} {{ $row['name'] }} {{ $row['skpd_name'] }}{{ $cell['keterangan'] }} {{ $cell['masuk'] ?? '-' }}
{{ $cell['pulang'] ?? '-' }}
{{ $row['total_akumulasi'] }}