| # | Patient Name | Phone | Eye Camp | Date | Location | Booked At | Action |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $appointment->name }} | {{ $appointment->phone }} | {{ $appointment->eyeCamp->title ?? 'N/A' }} | {{ \Carbon\Carbon::parse($appointment->eyeCamp->start_date)->format('d M Y') }} | {{ $appointment->eyeCamp->location }} | {{ $appointment->created_at->format('d M Y') }} | |
| No appointments found | |||||||