@extends('layouts.adminapp') @section('title') {{ __('lng.VehicleSetFee') }} - {{ __('lng.SetFeesMonthly') }} @endsection @section('active_student_vehicle', 'active') @section('open_student_vehicle', 'open') @section('active_vehicle_set_fee', 'active') @section('content')
{{ $StudentVehicle->Student->place ?? '' }} {{ $StudentVehicle->Student->mobile ?? '' }} {{ $StudentVehicle->Student->Class->title ?? '' }}
{{ __('lng.Vehicle') }}
{{ $StudentVehicle->Vehicle->name ?? '' }}
{{ __('lng.Route') }}
{{ $StudentVehicle->Route->title ?? '' }}
{{ __('lng.Showing') }} {{ $VehicleSetFees->count() }} {{ __('lng.Items') }}