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