|
|||||||||||
|
|||||||||||
|
|||||||||||
|
Product Name | Description | Quantity | Rate | Amount |
{{$items->product_name}} |
@if(!empty($items->item_description)) {{$items->item_description}} @else N/A @endif
|
{{round($items->item_qty)}} | {{$res['currency_symbol'].' '.number_format(round($items->rate,2),2)}} | {{$res['currency_symbol'].' '.number_format(round($items->item_total_amount,),2)}} |
Subtotal: | {{$res['currency_symbol'].' '.number_format(round($res->subtotal_amount,2),2)}} | |||
Total: | {{ $res['currency_symbol'].' '.$res['total_amount'] }} | |||
Paid: | {{ $res['currency_symbol'].' '.number_format(round($res->paid_amount,2),2) }} | |||
Balance Due: | {{ $res['currency_symbol'].' '.number_format(round((float)$res->balance_due_amount,2),2) }} |
|
|||||||||||
{{ $res['invoice_footer'] }} |