| last) id="lastCount" @endif>{{ $loop->iteration }} |
{{ $item->nama }} |
{{ date('H:i',strtotime($item->jam_masuk)) }} |
{{ date('H:i',strtotime($item->jam_pulang)) }} |
@php
if ($item->status == 'Y') {
$status = 'Aktif';
$statusColor = 'success';
} else {
$status = 'Tidak Aktif';
$statusColor = 'danger';
}
@endphp
{{ $status }}
|
|
@endforeach