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