@extends('layouts.admin') @section('page_kicker', 'Calendar') @section('page_title', 'Appointments') @section('content')
Update status or propose a new time
{{ $appt->patient->name ?? 'Patient' }}
{{ optional($appt->scheduled_at)->format('M j, Y g:i A') }} · {{ $appt->channel ?? 'chat' }} · {{ $appt->status }}
@if($appt->reason){{ $appt->reason }}
@endifNo upcoming appointments.
@endforelseCompleted and cancelled visits
No past appointments.
@endforelse