Shift Managment

Create a new shift or manage existing ones

Account :   {{ $account_filter }}
Type :   @if ($type_filter != null) {{ $type_filter }} @endif

@forelse($shifts as $shift) @empty @endforelse
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 }} {{-- edit_img--}} {{-- --}} delete_img No Shift Found
{{ $shifts->links() }}