Medical
Your Appointments
Pending
@foreach ($appointmentspending as $appointment) @if ($appointment->file_path_document && $appointment->file_path_selfie) @else Not Verified @endif{{ \Carbon\Carbon::parse($appointment->appointment_date)->format('l, F j, Y') }}
{{ $appointment->test_names }}
Brokenshire Hospital Medical Center
from DOCTORSPORTAL
Doctor Name {{ $appointment->doctor_name }}
Appointment Status {{ $appointment->status }}
{{ \Carbon\Carbon::parse($appointment->appointment_time)->format('h:i A') }}
You have no appointments scheduled.
@endif @endforeachFinished
@foreach ($appointmentsfinished as $appointment) @if ($appointment->file_path_document && $appointment->file_path_selfie) @else Not Verified @endif{{ \Carbon\Carbon::parse($appointment->appointment_date)->format('l, F j, Y') }}
{{ $appointment->test_names }}
Brokenshire Hospital Medical Center
from DOCTORSPORTAL
Doctor Name {{ $appointment->doctor_name }}
Appointment Status {{ $appointment->status }}
{{ \Carbon\Carbon::parse($appointment->appointment_time)->format('h:i A') }}
You have no appointments scheduled.
@endif @endforeach