No | Nama Produk | Jumlah Item | Total Bayar | Metode Bayar | Waktu Tanggal |
---|---|---|---|---|---|
{{ $i + 1 }} | {{ $row->Nama_Produk }} | {{ $row->Jumlah_Item }} | Rp {{ number_format($row->Total_Bayar, 0, ',', '.') }} | {{ $row->Metode_Bayar }} | {{ \Carbon\Carbon::parse($row->Waktu_Tanggal)->format('d-m-Y H:i') }} |
Total | Rp {{ number_format($total, 0, ',', '.') }} |