@extends('layouts.app') @section('title', $patient->name) @section('page-title', 'Patient Details') @section('content')
Dr. {{ $appt->doctor->user->name }}
{{ $appt->appointment_date->format('d M Y, h:i A') }} — Serial #{{ $appt->serial_number }}
No appointments yet.
@endforelse