@extends('layouts.adminapp') @section('title') {{ __('lng.VehiclePayFee') }} - {{ __('lng.PayAmount') }} @endsection @section('active_student_vehicle', 'active') @section('open_student_vehicle', 'open') @section('active_vehicle_pay_fee', 'active') @section('content')
{{ $Student->place }} {{ $Student->mobile }} {{ $Student->Class->title ?? '' }} {{ $StudentVehicleRouteAssign->Vehicle->name ?? '' }}
{{ __('lng.BalanceAmount') }}
@currency($Balance)
@else{{ __('lng.AdvanceAmount') }}
@currency(abs($Balance))
@endif{{ __('lng.BatchYear') }}
{{ $Student->batch_year }}
{{ __('lng.Route') }}
{{ $StudentVehicleRouteAssign->Route->title ?? '' }}
{{ __('lng.SiNo') }} | {{ __('lng.Month') }} | {{ __('lng.Amount') }} | {{ __('lng.Paid') }} |
---|---|---|---|
{{ ++$si }} | {{ $month }} | @currency($SetFee->amount + $SetFee->additional_charge) | = 0) checked @endif readonly> |