@extends('layouts.app') @section('title', 'Dashboard - Tiqkets') @section('page-title', 'Dashboard') @section('header-action')
@endsection @push('styles') @endpush @section('content')
{{ $stats['total_branches'] }}
Total Branches
{{ $stats['active_branches'] }}
Total Active Branches
{{ $stats['total_guests_served'] }}
Guests Served
{{ $stats['total_queue_entries'] }}
Queue Entries
{{ $stats['avg_wait_time'] }}min
Avg Wait Time
{{ $stats['whatsapp_adoption'] }}%
WhatsApp Adoption
{{ $stats['repeat_customers'] }}%
Repeat Customers

Bookings

Group Size

Top Performing Branch

@forelse($topBranches as $index => $branch) @empty @endforelse
Rank Name Contact Details Total Bookings
{{ $index + 1 }}
{{ $branch->branch_name }}
{{ Str::limit($branch->branch_address, 60) }}
{{ $branch->branch_contact_name }}
{{ $branch->branch_contact_phone }} • {{ $branch->branch_contact_email }}
{{ $branch->total_bookings }}
🏢
No branch data available

Peak Hours

@forelse($peakHours as $peak) @empty @endforelse
Hours Orders
{{ $peak['hours'] }} {{ $peak['orders'] }}
No peak hours data
@endsection @push('scripts') @endpush