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

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

@csrf @method('patch')
{{__('lng.EditStudentVehicleFee')}}
@error('house_name')
{{ $message }}
@enderror
@error('amount')
{{ $message }}
@enderror
@error('narration')
{{ $message }}
@enderror
@endsection