Gross Amount: |
{{Laracore::showPrice($parcels[0]->total_amount)}} |
@if($value == 'Positive')
Discount: |
- {{Laracore::showPrice($parcels[0]->total_amount - $bill->amount)}} |
@endif
@if($bill->service_charge_percent > 0)
Service .Ch. : {{$bill->service_charge_percent}}% |
{{Laracore::showPrice($serviceChAmount)}} |
@endif
Fuel SurCharge: |
{{Laracore::showPrice($total_fuel_for_main_bill)}} |
Net Taxable Amount |
{{Laracore::showPrice($totAmount)}} |
S.GST-UT.GST: {{$bill->sgstpercent}}% |
{{Laracore::showPrice(($totAmount * $bill->sgstpercent)/100)}} |
C.GST : {{$bill->cgstpercent}}% |
{{Laracore::showPrice(($totAmount * $bill->cgstpercent)/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) }} |