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)
✅ {{ \Carbon\Carbon::parse($a->scheduled_at)->format('l, d F Y h:i A') }}
Topic : {{ $a->topic ?? '–' }}
🕛
@empty
No Waiting Tickets
@endforelse
{{-- --}}

Appointments

@foreach ($appointments ?? [] as $i => $a) @endforeach
No Name Date Time Status Action
{{ $i + 1 }}. {{ $a->name }} {{ \Carbon\Carbon::parse($a->date)->format('d-m-Y') }} {{ \Carbon\Carbon::parse($a->scheduled_at)->format('H:i') }}
{{ $a->status }}
{{-- --}} {{-- --}}