@extends('layouts.adminapp') @section('title') {{__('lng.StudentVehicleFee')}} - {{__('lng.Create')}} @endsection @section('active_student_vehicle', 'active') @section('open_student_vehicle', 'open') @section('active_student_vehicle_fee', 'active') @section('content')

{{__('lng.StudentVehicleFee')}}

@csrf
{{__('lng.CreateStudentVehicleFee')}}
@error('student_id')
{{ $message }}
@enderror
@error('vehicle_id')
{{ $message }}
@enderror
@error('route_id')
{{ $message }}
@enderror
@error('amount')
{{ $message }}
@enderror
@error('narration')
{{ $message }}
@enderror
@endsection