@php $notifikasiCount = \App\Models\ObatMasuk::where('tanggal_kadaluarsa', '<=', now()->addMonths(3)) ->where('tanggal_kadaluarsa', '>', now()) ->count(); @endphp

@yield('title', 'Dashboard MedData')