@extends('layouts.admin') @section('page_kicker', 'Visits') @section('page_title', 'My appointments') @section('content')
Cancel requests the clinician sees immediately in their dashboard.
{{ $appt->doctor->name ?? 'Clinician' }}
{{ $appt->scheduled_at->format('M j, Y g:i A') }} ยท {{ $appt->channel }}
{{ $appt->status }}
@if($appt->reason){{ $appt->reason }}
@endifYou have no appointments yet. Book a visit.
@endforelse