@extends('toko') @section('content')
| Produk | Harga | Quantity | Total |
|---|---|---|---|
| {{ $row['product_name'] }} | Rp {{ number_format($row['product_price']) }} | {{ number_format($row['qty']) }} | Rp {{ number_format($row['product_price'] * $row['qty']) }} |
| Tidak ada belanjaan | |||
| Subtotal | Rp {{ number_format($subtotal) }} | ||