Amount |
{{Laracore::showPrice($total_parcel_amount)}} |
{{Laracore::showPrice($total_ins)}} |
{{Laracore::showPrice($total_fuel)}} |
{{Laracore::showPrice($total_booking_amount)}} |
Gross Amount: |
{{Laracore::showPrice($parcels[0]->total_amount)}} |
@if($value == 'Positive')
Discount : |
- {{Laracore::showPrice($parcels[0]->total_amount - $bill->amount)}} |
@endif
Fuel Charge : |
{{Laracore::showPrice($total_fuel_for_main_bill)}} |
Net Taxable Amount : |
{{Laracore::showPrice($totAmount)}} |
C.GST : {{$bill->cgstpercent}}% |
{{Laracore::showPrice(($totAmount * $bill->cgstpercent)/100)}} |
S.GST / UT.GST : {{$bill->sgstpercent}}% |
{{Laracore::showPrice(($totAmount * $bill->sgstpercent)/100)}} |
@if($bill->igstpercent > 0)
I.GST : {{$bill->igstpercent}}% |
{{Laracore::showPrice(($totAmount * $bill->igstpercent)/100)}} |
@endif
@if($roundValue > 0 && $roundValue <= 0.50)
Round Of |
{{Laracore::showPrice($roundValue)}} |
@endif
Bill Amount : |
{{ Laracore::showPrice($finalGrandTotal) }} |