| Tanggal | Nama Obat | Jumlah | Subtotal |
|---|---|---|---|
| {{ \Carbon\Carbon::parse($transaksi->tanggal_transaksi)->format('d-m-Y') }} | {{ $item->obat->nama }} | {{ $item->jumlah }} | Rp {{ number_format($item->subtotal, 0, ',', '.') }} |
| Total | Rp {{ number_format($total, 0, ',', '.') }} | ||