| # | Time | Patient Name | IC Number | Phone | Nurse | Status |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $apt->slot_label }} | {{ $apt->mother->name }} | {{ $apt->mother->expectantMother->ic_number ?? 'N/A' }} | {{ $apt->mother->expectantMother->phone_number ?? $apt->mother->phone_number ?? 'N/A' }} | {{ $apt->assignedNurse->name ?? 'Not assigned' }} | {{ ucfirst($apt->status) }} |