| No | Tanggal | Nama | Nomor Rekam Medis | Nomor Ponsel | Alamat | Total Transaksi |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $pharmacy->date->format('d F Y') ?? '-' }} | {{ $pharmacy->patient->name ?? $pharmacy->name ?? '-' }} | {{ $pharmacy->patient->medical_record_number ?? '-' }} | {{ $pharmacy->patient->phone_number ?? $pharmacy->phone_number ?? '-' }} | {{ $pharmacy->patient->address ?? $pharmacy->address ?? '-' }} | {{ money_format_idr($pharmacy->total_buy) ?? '-' }} |