Active Technicians
Active Services
Bookings This Month
No-Shows This Month
Add, edit, or deactivate technicians
Update services and pricing
View and manage all bookings
| ID | Client | Service | Technician | Date & Time | Status |
|---|---|---|---|---|---|
| #{{ booking.id }} | {{ booking.client.name }} | {{ booking.service.name }} | {{ booking.technician.name }} | {{ format_date(booking.booking_date) }} {{ format_time(booking.booking_time) }} | {{ booking.status }} |
| Client | Service | Technician | Scheduled | Marked At |
|---|---|---|---|---|
| {{ noshow.client.name }} | {{ noshow.service.name }} | {{ noshow.technician.name }} | {{ format_date(noshow.scheduled_date) }} {{ format_time(noshow.scheduled_time) }} | {{ format_datetime(noshow.marked_at) }} |