@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
# | 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 ?? '-' }} |