On Going Appointments
@foreach ($appointments as $appointment){{ \Carbon\Carbon::parse($appointment->appointment_date)->format('l, F j, Y') }}
{{ $appointment->test_names }}
Brokenshire Hospital Medical Center
from PATIENTPORTAL
Patient Name: {{ $appointment->patient_first_name }} {{ $appointment->patient_last_name }}
Appointment Time: {{ \Carbon\Carbon::parse($appointment->appointment_time)->format('h:i A') }}
You have no on going appointments
@endif