@php $si=0; @endphp
@foreach ($VehicleSetFees as $VehicleSetFee)
@php $month = date("F-Y",strtotime($VehicleSetFee->month));@endphp
{{ ++$si }} |
{{ $VehicleSetFee->batch_year }} |
{{ $month }} |
@currency($VehicleSetFee->amount ) |
@currency($VehicleSetFee->additional_charge) |
@currency( $VehicleSetFee->total_amount) |
|
@endforeach