{{ __('lng.FeeDetails') }}
@php $si = 0; $PayAmout = $PayedAmounts; @endphp @foreach ($VehicleSetFees as $SetFee) @php $month = date('F-Y', strtotime($SetFee->month)); $PayAmout -= $SetFee->total_amount; @endphp @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Month') }} {{ __('lng.Amount') }} {{ __('lng.Paid') }}
{{ ++$si }} {{ $month }} @currency($SetFee->amount + $SetFee->additional_charge) = 0) checked @endif readonly>
{{ __('lng.PayHistory') }}
{{-- --}}
@php $si=0; @endphp @foreach ($VehiclePayFees as $PayFee) @php $Date = date("d-m-y",strtotime($PayFee->date));@endphp @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Date') }} {{ __('lng.PayAmount') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $Date }} @currency($PayFee->amount) {{-- --}}
@csrf @method('delete')