@php use App\Models\Profile; use App\Models\ThemeSetting; $profile = Profile::first(); $theme = ThemeSetting::where('aktif', true)->first() ?? ThemeSetting::first(); $institusiNama = $profile?->nama_perusahaan ?? 'Nama Institusi'; $logoPath = $profile?->logo ? public_path('storage/' . $profile->logo) : public_path('images/default-logo.png'); @endphp Laporan Statistik Apotek
Laporan Statistik Layanan {{ $institusiNama }}
Bulan: {{ \Carbon\Carbon::createFromDate(null, $bulan, 1)->translatedFormat('F') }} {{ $tahun }}
Jenis Layanan Jumlah
Skrining Resep{{ $resep }}
PIO{{ $pio }}
Konseling{{ $konseling }}
Home Pharmacy{{ $homePharmacy }}
Farmasi Klinik{{ $farklin }}
Efek Samping Obat (MESO){{ $meso }}
@if(isset($chartBase64))

Visualisasi Grafik

Grafik Layanan
@endif