| # | User | Phone | Staff | Service | Date | Time | Status | Action | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $appointment->name }}
{{ $appointment->created_at->format('d M Y') }} |
{{ $appointment->email }} | {{ $appointment->phone }} | {{ $appointment->employee->user->name }} | {{ $appointment->service->title ?? 'NA' }} | {{ $appointment->booking_date }} | {{ $appointment->booking_time }} | @php $status = $appointment->status; $color = $statusColors[$status] ?? '#7f8c8d'; @endphp {{ $status }} |