Laporan Kehadiran Rekap per User
{{$user_name}}
| Tanggal |
Hadir |
Lembur |
Izin/Cuti |
@foreach($data as $row)
{{print_r($row)}}
@if(str_contains($row['dates'], 'Sabtu') || str_contains($row['dates'], 'Minggu') || str_contains($row['dates'], 'Saturday') || str_contains($row['dates'], 'Sunday'))
@else
@endif
| {{$row['dates']}} |
{{$row['attendance']}} |
{{$row['overtime']}} |
{{$row['permit']}} |
@endforeach