@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
Jenis Layanan | Jumlah |
---|---|
Skrining Resep | {{ $resep }} |
PIO | {{ $pio }} |
Konseling | {{ $konseling }} |
Home Pharmacy | {{ $homePharmacy }} |
Farmasi Klinik | {{ $farklin }} |
Efek Samping Obat (MESO) | {{ $meso }} |
Visualisasi Grafik