| Category | Item | Description | Quantity | Unit Price | Sub Total | Discount | Amount |
|---|---|---|---|---|---|---|---|
| {{$product->product->category->category_name}} | {{$product->product->item_code}} | {{$product->description}} | {{$product->qty}} | {{\App\Http\Helper::formatPrice($product->unit_price)}} | {{\App\Http\Helper::formatPrice($product->qty*$product->unit_price)}} | @if($product->discount!='' || $product->discount!=0) @if($product->discount_type=='P') {{$product->discount}} % @else {{\App\Http\Helper::formatPrice($product->discount)}} @endif @else -- @endif | {{\App\Http\Helper::formatPrice($product->sub_total)}} |
| Total | {{\App\Http\Helper::formatPrice($invoice->sub_total)}} | |
| Discount | @if($invoice->discount_type=='P'){{$invoice->discount}}% | @else{{\App\Http\Helper::formatPrice($invoice->discount)}} | @endif
| VAT Amount (15%) | {{\App\Http\Helper::formatPrice($invoice->vat_amount)}} | |
| NBT Amount (2%) | {{\App\Http\Helper::formatPrice($invoice->nbt_amount)}} | |
| Sum Total | {{\App\Http\Helper::formatPrice($invoice->total)}} | |
| Paid Amount | {{\App\Http\Helper::formatPrice($invoice->paid_amount)}} | |
| Amount Due | {{\App\Http\Helper::formatPrice($invoice->balance)}} |