@props([ 'title' => 'RSUD Yowari', 'mode' => 'dashboard', ]) @php $userName = $topbarUser?->name ?? 'Perawat'; $employeeLabel = $topbarUser?->employee_id ? 'ID ' . $topbarUser->employee_id : 'Petugas aktif'; $roleLabel = 'Perawat'; $currentTimeLabel = ($topbarRenderedAt ?? now())->locale('id')->translatedFormat('d M Y, H:i'); $notifications = $topbarNotifications ?? []; $notificationCount = $topbarNotificationCount ?? 0; $titleColor = $mode === 'patient-input' ? 'text-[#173b80]' : 'text-[#005596]'; @endphp

{{ $title }}