@if($errors->any())
Please select a cancellation reason.
@endif
!
Cancel Appointment
Please review your appointment details and provide a reason before confirming cancellation.
Date
{{ $date ? date('l, d M Y', strtotime($date)) : '-' }}
Time
{{ $time ? date('g:i A', strtotime($time)) : '-' }}
Queue No.
{{ $appointment['queue_number'] ?? '-' }}
Status
{{ ucfirst($appointment['status'] ?? '-') }}