Appointments
This page displays a list of appointment tickets for face-to-face consultations at the clinic.
Total
{{ $totalApp }}
New Appointment
@forelse ($appData ?? [] as $i => $a)
@empty
✅ {{ \Carbon\Carbon::parse($a->scheduled_at)->format('l, d F Y h:i A') }}
Topic : {{ $a->topic ?? '–' }}
🕛
No Waiting Tickets
@endforelse