Subtotal: |
{{ round($Invoice->SubTotal,2) }} |
Tax |
{{ round($Invoice->TaxTotal,2) }} |
Service Charge: |
{{ round($Invoice->ServiceCharge,2) }} |
Discount: |
{{ round($Invoice->Discount,2) }} |
Total Due |
{{ round($Invoice->Total,2) }} |
@if(isset($MethodName))
@for($i=0;$i<$TotalMethod;$i++)
{{$MethodName[$i]}} |
: {{round($CardAmount[$i],2)}} |
@endfor
@if( !isset($SingleCard) )
Cash Paid |
: {{ round($CashAmount,2) }} |
@endif
@endif
@if(isset($AdvanceValue))
@if($AdvanceValue>0 && !isset($MethodName))
Advance Paid |
: {{ round($AdvanceValue,2) }} |
Delivary Date |
: {{ date('d/m/y', strtotime($Advance->DeliveryDate)) }} |
Cash Due |
: {{ round($CashAmount,2) }} |
@endif
@endif
Total Paid |
{{ round($Invoice->PaidMoney,2) }} |
Returned |
{{ round($Invoice->ReturnedMoney,2) }} |