@extends('layouts.app') @section('content')
Invoice Details | ||||||
---|---|---|---|---|---|---|
Product | Category | Quantity | Price | Amount (Net) | Actions | |
|
|
currency}}@convert($cart['invoice_unit_price'] * $cart['invoice_quantity'])">
|
|
|||
|
||||||
Subtotal Discount VAT Total Amount |
@convert(empty($checkseesion) ? 0 : $totalCart)
|