@extends('layouts.app') @section('title', $patient->full_name) @section('content')
| {{ __('Date') }} | {{ __('Dentist') }} | {{ __('Reason') }} | {{ __('Status') }} |
|---|---|---|---|
| {{ $a->starts_at->setTimezone(\App\Support\ClinicTime::timezone())->format('d M Y ยท H:i') }} | {{ $a->dentist->name }} | {{ $a->reason }} | {{ $a->status->label() }} |
| {{ __('No appointments yet.') }} | |||
{{ $patient->notes ?: 'โ' }}
{{ $patient->medical_history ?: 'โ' }}