Gross Total ++: |
₹ {{Laracore::showPrice($bill->amount)}} |
@if($value == 'Positive')
Discount: |
- {{ Laracore::showPrice($totalAmount - $bill->amount) }}
|
@endif
{{$bill->fchpercent}}% Fuel Surcharge: |
₹ {{Laracore::showPrice(($bill->amount * $bill->fchpercent)/100)}} |
Total value of supply: |
₹ {{Laracore::showPrice($totAmount)}} |
{{$bill->cgstpercent}}% CGST: |
₹ {{Laracore::showPrice(($totAmount * $bill->cgstpercent)/100)}} |
{{$bill->sgstpercent}}% SGST/UTGST: |
₹ {{Laracore::showPrice(($totAmount * $bill->sgstpercent)/100)}} |
{{$bill->igstpercent}}% IGST: |
₹ {{Laracore::showPrice(($totAmount * $bill->igstpercent)/100)}} |
@if($roundValue > 0 && $roundValue <= 0.50)
Round Off (Add): |
₹ {{Laracore::showPrice($roundValue)}} |
@endif
Net Amt: |
₹ {{ Laracore::showPrice($finalGrandTotal) }} |