@extends('layouts.master') @section('title') @lang('translation.Dashboards') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Dashboards @endslot @slot('title') Dashboard @endslot @endcomponent
Total Restaurants Onboarded
Total Active Branches
Total Guests Served
Total Queue Entries
Total Reservations
WhatsApp + Web
Average Wait Time
WhatsApp Adoption
Manual Entries
No-Show %
Cancellation %
Free Pack - Restaurant
Premium Pack - Restaurant
Free Pack - Food Court
Premium Pack - Food Court
| S.No | Region | Location | Restaurant ID | Restaurant Name | Booking Count | 
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $restaurant->region }} | {{ $restaurant->location }} | {{ $restaurant->restaurant_id }} | {{ $restaurant->restaurant_name }} | {{ $restaurant->booking_count }} | 
| No data available | |||||
| S.No | User Name | User Role | Phone Number | Status | |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $user->name }} | {{ $user->role }} | {{ $user->email }} | {{ $user->phone }} | @if($user->status == 'active') Active @else Inactive @endif | 
| No users found | |||||