@extends('layouts.app') @section('title', 'Live Monitoring - Tiqkets') @section('page-title', 'Live Monitoring') @section('page-title1')
Last refreshed {{ $lastRefreshed }}
@endsection @section('header-action') @endsection @section('content')
@if ($monitoringData->count() > 0)
@foreach ($monitoringData as $data) @endforeach
Shop No. Outlet Active Ready Delivered
{{ $data['shop_no'] }} {{ $data['outlet_name'] }} {{ $data['active'] }} {{ $data['ready'] }} {{ $data['delivered'] }}
@else
No Outlets Found

No outlets are currently available for monitoring.

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