@foreach ($jamkerja as $item)
Jam Masuk
{{ date('H:i', strtotime($item->jam_masuk)) }}
Jam Pulang
{{ date('H:i', strtotime($item->jam_pulang)) }}
@if ($item->istirahat == 1)
Istirahat
{{ date('H:i', strtotime($item->jam_awal_istirahat)) }} -
{{ date('H:i', strtotime($item->jam_akhir_istirahat)) }}
@endif
@endforeach
@endsection
@push('myscript')
@endpush