Shift Employees
| # | Name | Work From | Work To | {{--Shift Type | --}}Created By | Created At | Actions |
|---|---|---|---|---|---|---|---|
| {{ $shiftEmp->id }} | {{ $shiftEmp->name }} | {{ \Carbon\Carbon::parse($shiftEmp->work_from)->format('h:i A') }} | {{ \Carbon\Carbon::parse($shiftEmp->work_to)->format('h:i A') }} | {{--{{ strtoupper($shiftEmp->shift_type) }} | --}}{{ optional($shiftEmp->createdBy)->full_name ?? '-' }} | {{ $shiftEmp->created_at->format('Y-m-d') }} | |
| No shift employees found. | |||||||