Create a new shift or manage existing ones
| ID | NAME | FROM | TO | ACCOUNT | TYPE | EDIT | DELETE | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| #{{ $loop->index + 1 }} | {{ $shift->title }} | {{ $shift->from->format('g:i A') }} | {{ $shift->to->format('g:i A') }} | {{ Str::title($shift->account) }} | {{ $shift->shiftType->title }} |
{{-- --}}
|
{{-- --}}
|
@empty
No Shift Found | ||||||||||||