@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 Export Dokumentasi PIO

DOKUMENTASI PELAYANAN INFORMASI OBAT (PIO)

{{ $institusiNama }} | Tanggal Cetak: {{ now()->format('d M Y H:i') }}

@foreach($documents as $doc) @endforeach
# Tanggal & Waktu Penanya Jenis Pertanyaan Apoteker
{{ $loop->iteration }} {{ \Carbon\Carbon::parse($doc->waktu_pertanyaan)->format('d M Y H:i') }} {{ $doc->nama_penanya }}
({{ $doc->status_penanya }})
@foreach($doc->jenis_pertanyaan as $jenis) • {{ $jenis }}
@endforeach
{{ $doc->apoteker->name ?? '-' }}
Tarakan, {{ now()->translatedFormat('d F Y') }}
Apoteker Penanggung Jawab


(..........................................)