@extends('layouts.app') @section('title', 'Dashboard - ' . $branch->branch_name) @section('page-title', 'Dashboard - ' . $branch->branch_name) @section('header-action')
No booking data available for the selected period
No group size data available
| Staff Name | Role | Bookings Handled | Status |
|---|---|---|---|
|
{{ $staff['name'] }}
|
{{ $staff['role'] }} | {{ $staff['bookings_handled'] }} | {{ $staff['status'] }} |
|
No staff data available |
|||
| Hours | Orders |
|---|---|
| {{ $peak['hours'] }} | {{ $peak['orders'] }} |
|
No data available |
|
| Booking ID | Customer Name | Phone | Guests | Table No | Booking Time | Status |
|---|---|---|---|---|---|---|
{{ $booking->branch_booking_id ?? $booking->id }} |
{{ $booking->customer_name }} | {{ $booking->phone }} | {{ $booking->guest_count }} | {{ $booking->table_no ?? '-' }} | {{ $booking->created_at->format('M d, Y H:i') }} | {{ ucfirst($booking->status) }} |
|
No recent bookings found |
||||||