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

Medical

Patient Appointment Notes

@foreach ($appointments as $appointment)

Dr. {{ $appointment->doctor_name }}

{{ $appointment->test_names }}

{{ \Carbon\Carbon::parse($appointment->created_at)->diffForHumans() }}

{{ $appointment->note }}

@endforeach

No appointment details available.