@php use Illuminate\Support\Facades\Auth; use App\Models\Profile; $profile = Profile::first(); @endphp Export Kunjungan Pasien
@if($profile?->logo) @endif
{{ $profile?->nama_perusahaan ?? 'Nama Institusi' }}
Dokumentasi Pelayanan Kefarmasian di Rumah
(Home Pharmacy Care)
Nama Pasien: {{ $visit->pasien->name }}
Jenis Kelamin: {{ $visit->pasien->gender ?? '-' }}
Umur: {{ \Carbon\Carbon::parse($visit->pasien->tanggal_lahir)->age ?? '-' }}
Alamat: {{ $visit->pasien->alamat ?? '-' }}
Nomor Telepon: {{ $visit->pasien->no_hp ?? '-' }}
No Tanggal Kunjungan Catatan Pelayanan Apoteker
1 {{ \Carbon\Carbon::parse($visit->tanggal_kunjungan)->format('d/m/Y') }} {!! $visit->catatan !!}