View and manage your patient appointments
Today's Schedule
Appointments
@if($activeTab === 'upcoming') You don't have any upcoming appointments. @elseif($activeTab === 'completed') No completed appointments found. @elseif($activeTab === 'cancelled') No cancelled appointments found. @else No appointments match your current filters. @endif
Phone: {{ $appointment->mother->phone ?? $appointment->mother->expectantMother->phone_number ?? 'Not provided' }}
{{ $appointment->notes }}
IC: {{ $selectedAppointment->expectantMother->ic_number ?? 'Not provided' }}
@if($selectedAppointment->expectantMother->phone_number)Phone: {{ $selectedAppointment->expectantMother->phone_number }}
@endif{{ $selectedAppointment->appointment_date->format('M d, Y') }}
{{ ucfirst($selectedAppointment->session) }}
{{ $selectedAppointment->clinic->name }}
{{ $selectedAppointment->notes }}
{{ $selectedAppointment->completion_notes }}
{{ $selectedAppointment->created_at->format('M d, Y h:i A') }}
{{ $selectedAppointment->updated_at->format('M d, Y h:i A') }}
{{ $selectedAppointment->notes }}