PRODUCT NAME | PRICE | QTY | PAYMENT METHOD | SUB TOTAL | |
---|---|---|---|---|---|
{{ $item->name }} | ${{ $item->price}} | {{ $item->quantity }} | {{ $payment_method}} | ${{ number_format(intval($item->quantity) * floatval($item->price),2) }} | |
ORDER TOTAL: {{ $total_amount }} |