@php $summaries = old('patient_summaries', $patientSummaries ?? $handover?->patient_summaries ?? []); @endphp

Handovers / New

SBAR ward handover

@csrf

Patients on unit

@forelse ($summaries as $i => $summary)

{{ $summary['patient_name'] ?? 'Patient' }} @if (!empty($summary['bed'])) · {{ $summary['bed'] }} @endif

@empty

No placed patients to include.

@endforelse