Nursing Services / Shifts

Shift templates

Organization-wide duty periods used on unit rosters.

@foreach ($shifts as $shift) @endforeach
Label Code Hours Status
{{ $shift->label }} {{ $shift->code }} {{ $shift->timeLabel() }} @if ($shift->is_active) Active @else Inactive @endif
Edit
@csrf @method('PUT')

Add shift

@csrf
@error('code')

{{ $message }}

@enderror
@error('label')

{{ $message }}

@enderror