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