National Reference Medical Laboratory Surveillance Dashboard
Last update: 12:05 | 2026-03-15
Overview
@foreach($programs->where('code', '!=', 'NDS') as $program) @if($program->code === 'SEQ')
SEQ
@else
{{ $program->code }}
@endif @endforeach
Refresh Data
@yield('content')
@yield('scripts')