Name: {{ $patient->name }}
Email: {{ $patient->email }}
Phone: {{ $patient->phone }}
DOB: {{ $patient->dob?->format('F j, Y') ?? 'Not Available' }}
Date: {{ $upcomingConsultation->scheduled_at->format('F j, Y g:i A') }}
Doctor: {{ $upcomingConsultation->doctor?->name }}
Type: {{ $upcomingConsultation->type }}
@if($upcomingConsultation->type === 'video' && $upcomingConsultation->status === 'in_progress') @endifNo upcoming consultations scheduled.
@endifNo allergies recorded.
@endifNo current medications.
@endifNo recent medical records.
@endif{{ $reminder['title'] }}
{{ $reminder['description'] }}
Due: {{ $reminder['due_date']->format('F j, Y') }}
Schedule Appointment