| Kode obat | Nama obat | Jumlah | Harga | Subtotal |
|---|---|---|---|---|
| {{$item->obat->kode}} | {{$item->obat->nama}} | {{$item->jumlah}} | @currency($item->harga) | @currency($item->subtotal) |
Terima Kasih Telah Berbelanja:
Total Pembayaran
| Grand Total: | @currency($data->pembelian_detail->sum('subtotal')) |
|---|