| Gross Amount: |
{{Laracore::showPrice($parcels[0]->total_amount)}} |
@if($value == 'Positive')
| Discount : |
- {{Laracore::showPrice($parcels[0]->total_amount - $bill->amount)}} |
@endif
| Fuel SurCharge : {{$bill->fchpercent}}% |
{{Laracore::showPrice($fuelAmount)}} |
| 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 Off |
{{Laracore::showPrice($roundValue)}} |
@endif
| Bill Amount : |
{{ Laracore::showPrice($finalGrandTotal) }} |