| Appointment ID | Ticket ID | Customer Name | Customer Email | Status | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$appointment->id}} | {{$appointment->ticket_id}} | {{ucfirst($appointment->createdFor->first_name)}} {{ucfirst($appointment->createdFor->last_name)}} | {{$appointment->createdFor->email}} | {{ucfirst($appointment->status)}} | |||||||||||||||||||||||||
| There is no data found | |||||||||||||||||||||||||||||
| Total Appointment | Canceled % | Booked % | Confirmed % |
|---|---|---|---|
| {{$appointments['total']}} | {{$appointments['canceled']}} | {{$appointments['booked']}} | {{$appointments['confirmed']}} |