@extends('layouts.dashboard') @section('title', 'Monitoring Infus - VitalFlow') @push('head') @endpush @php $activeNav = 'monitoring'; $sidebarBrand = 'VitalFlow'; $sidebarSubtitle = 'RSUD Yowari'; $sidebarSupport = false; $sidebarVariant = 'patient-input'; $sidebarSticky = true; $topbarTitle = 'Monitoring Infus Real-time'; $topbarMode = 'patient-input'; $patients = $monitoringPatients ?? []; @endphp @section('content')

Monitoring Infus

Pantau aliran cairan pasien secara real-time dari seluruh bangsal.

@forelse ($patients as $patient) @empty
Belum ada pasien aktif. Tambahkan pasien baru untuk mulai monitoring infus.
@endforelse
@endsection