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