@extends('layouts.master') @section('title') @lang('translation.live_monitoring') @endsection @section('css') @endsection @section('content')

Live Monitoring Dashboard

Last Updated: {{ $last_updated }}
Total Branches

{{ $overall_stats['total_branches'] }}

Active Orders

{{ $overall_stats['total_active_orders'] }}

Active Takeaways

{{ $overall_stats['total_takeaway_active'] }}

Reservations Today

{{ $overall_stats['total_reservations_today'] }}

Branch-wise Live Statistics
@foreach($branches as $branch) @if($branch['takeaway_enabled']) @else @endif @endforeach
Branch City Dine-In Take Away Reservations
Waiting Assigned On Hold Completed Active Ready Delivered Reserved Arrived Cancelled
{{ $branch['name'] }} {{ $branch['code'] }} {{ $branch['city'] }} {{ $branch['dine_in']['waiting'] }} {{ $branch['dine_in']['assigned'] }} {{ $branch['dine_in']['on_hold'] }} {{ $branch['dine_in']['completed'] }} {{ $branch['takeaway']['active'] }} {{ $branch['takeaway']['ready'] }} {{ $branch['takeaway']['delivered'] }} Not Enabled {{ $branch['reservations']['reserved'] }} {{ $branch['reservations']['arrived'] }} {{ $branch['reservations']['cancelled'] }}
@endsection @push('scripts') @endpush