@extends('layouts.admin')@section('title','Shift Kerja')@section('content')

Shift Kerja

Atur jam kerja, toleransi keterlambatan, dan shift lintas hari.

@foreach($items as $item)@endforeach
ShiftJam KerjaToleransiLintas HariStatusAksi
{{ $item->name }}{{ substr($item->start_time,0,5) }} - {{ substr($item->end_time,0,5) }}Telat {{ $item->late_tolerance_minutes }}m • Pulang {{ $item->early_checkout_tolerance_minutes }}m{{ $item->is_overnight?'Ya':'Tidak' }}{{ ucfirst($item->status) }}
@csrf
@endsection