@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 }} | {{ number_format($restaurant->booking_count) }} |
| No data available | |||||
| S.No | User Name | User Role | Phone Number | Branch | Tenant | Online Status | Status | Actions | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ strtoupper(substr($user->name, 0, 1)) }}
{{ $user->name }}
|
{{ $user->role }} | {{ $user->email }} | {{ $user->phone }} | {{ Str::limit($user->branch_name, 20) }} | {{ Str::limit($user->tenant_name, 20) }} | @if ($user->is_online) Online @else Offline @endif | @if ($user->status == 'active') Active @else Inactive @endif | |
|
No users found |
|||||||||