@extends('layouts.adminapp')
@section('content')
{{-- Salary Package --}}
{{__('lng.SiNo')}} | {{ __('lng.Student') }} | {{ __('lng.Class') }} | {{ __('lng.Vehicle') }} | {{ __('lng.Route') }} | {{ __('lng.Amount') }} | {{__('lng.Action')}} |
---|---|---|---|---|---|---|
{{++$si}} | {{ $VehicleSetFee->Student->name }} | {{ $VehicleSetFee->Student->Class->title ?? __('lng.PassOut')}} | {{ $VehicleSetFee->Vehicle->name }} | {{ $VehicleSetFee->Route->title }} | @currency( $VehicleSetFee->amount ) |
{{$VehicleSetFees->count()}} {{__('lng.Items')}}