| Nama Obat | Kode Barcode | Jumlah | Satuan | Harga Beli | Harga Jual | Subtotal | Expired |
|---|---|---|---|---|---|---|---|
| {{ $detail->masterObat->nama ?? '-' }} | {{ $detail->kode_barcode ?? '-' }} | {{ $detail->jumlah }} | {{ $detail->satuan }} | Rp {{ number_format($detail->harga_beli, 0, ',', '.') }} | Rp {{ number_format($detail->harga_jual, 0, ',', '.') }} | Rp {{ number_format($detail->subtotal, 0, ',', '.') }} | {{ $detail->expired_at ? \Carbon\Carbon::parse($detail->expired_at)->format('d M Y') : '-' }} |