Tidak ada data pembelian untuk periode ini.
@else| No | Tanggal | Nomor Invoice | Pemasok | Total Harga | Aksi |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ \Carbon\Carbon::parse($item->tanggal_pembelian)->translatedFormat('d F Y') }} | {{ $item->nomor_faktur ?? '-' }} | {{ $item->nama_pemasok }} | Rp {{ number_format($item->total_harga, 0, ',', '.') }} | |
| Total {{ $judul }} | Rp {{ number_format($items->sum('total_harga'), 0, ',', '.') }} | ||||