@extends('layouts.app')
@section('dashboard-title')
MONITORING (Spot Check)
@endsection
@section('content')
Monitoring Cases
{{ $monitoringCount }}
{{-- Pass dynamic data to JS --}}
@endsection
@section('scripts')
@vite('resources/js/pages/monitoring.js')
@endsection