@include('care.nursing.partials.unit-crumb', ['unit' => $unit]) / Ward handovers

Shift handovers

SBAR handovers scoped to this care unit.

@if ($canWrite) New handover @endif
@forelse ($handovers as $handover) @empty @endforelse
When Shifts Status
{{ ($handover->handed_over_at ?? $handover->created_at)?->format('d M Y H:i') }} {{ $shiftCodes[$handover->from_shift] ?? ($handover->from_shift ?: 'โ€”') }} โ†’ {{ $shiftCodes[$handover->to_shift] ?? ($handover->to_shift ?: 'โ€”') }} {{ $statuses[$handover->status] ?? $handover->status }} Open
No handovers yet.