@extends('layouts.app') @section('title', 'Dashboard - Tiqkets') @section('page-title', 'Dashboard') @section('header-action')
| 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
|
|||
| Hours | Orders |
|---|---|
| {{ $peak['hours'] }} | {{ $peak['orders'] }} |
|
No peak hours data
|
|