@include('includes/notifications')
Shift Lists
| Shift | Start Time | End Time | Action | |
|---|---|---|---|---|
| {{ $shift->shift }} | {{ $shift->start }} | {{ $shift->end }} | Edit | {!! Form::open(array('route' => array('shifts.destroy', $shift->id), 'method' => 'DELETE')) !!} {!! Form::close() !!} |
| No record found | ||||