| Full Name | Recipient ID | Phones | Case | Submitted | Actions |
|---|---|---|---|---|---|
|
{{ $case->recipient?->first_name }} {{ $case->recipient?->last_name }}
{{ $case->recipient?->city }} - {{ $case->recipient?->district }}
|
{{ $case->recipient?->id }} | @forelse($case->recipient?->phoneNumbers ?? [] as $phone) {{ $phone->phone_number }} @empty No phones @endforelse |
{{ $case->case_description ?: '—' }}
|
{{ $case->hospital_submitted_at?->format('Y-m-d H:i') ?? '—' }} |