Welcome, {{ Auth::user()->name }}

Your Next Appointment

@if ($appointment)

Date: {{ $appointment->appointment_date }}

Time: {{ $appointment->appointment_time }}

Doctor: {{ $appointment->doctor->name }}

Status: {{ $appointment->status }}

@else

You have no appointments yet.

Book an Appointment @endif