@extends('layouts.app') @section('title', 'Live Monitoring - Tiqkets') @section('page-title', 'Live Monitoring') @section('header-action')
Last refreshed {{ $lastRefreshed }}
@endsection @section('content')
@forelse($outlets as $outlet)
{{ $outlet['outlet_name'] }}

{{ $outlet['address'] }}

{{--
Dine In

{{ $outlet['dine_in_total'] }}

Waiting {{ $outlet['dine_in_waiting'] }} Assigned {{ $outlet['dine_in_assigned'] }} On Hold {{ $outlet['dine_in_on_hold'] }} Complete {{ $outlet['dine_in_complete'] }}
--}}
Take Away

{{ $outlet['take_away_total'] }}

Active {{ $outlet['take_away_active'] }} Ready {{ $outlet['take_away_ready'] }} Delivered {{ $outlet['take_away_delivered'] }}
{{--
Reservations

{{ $outlet['reservations_total'] }}

Reserved {{ $outlet['reservations_reserved'] }} Arrived {{ $outlet['reservations_arrived'] }} Cancelled {{ $outlet['reservations_cancelled'] }}
--}}
@empty
No Branches Found

No branches are currently available for monitoring.

@endforelse
@endsection @push('styles') @endpush @push('scripts') @endpush