@include('frontend.layouts.patient-sidebar')

Medical

Your Appointments

@foreach ($appointments 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') }}

@if ($appointment->file_path_document && $appointment->file_path_selfie) View Details @else View Details @endif
@endforeach @if ($appointments->isEmpty())

You have no appointments scheduled.

@endif