@extends('layouts.adminapp') @section('title') {{ __('lng.VehiclePayFee') }} @endsection @section('active_student_vehicle', 'active') @section('open_student_vehicle', 'open') @section('active_vehicle_pay_fee', 'active') @section('content')
{{ __('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 }} |
{{ __('lng.Showing') }} {{ $VehiclePayFees->count() }} {{ __('lng.Items') }}