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

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

@csrf @method('patch')
{{__('lng.EditStudentVehicle')}}
@error('name')
{{ $message }}
@enderror
@error('number')
{{ $message }}
@enderror
@error('narration')
{{ $message }}
@enderror
@endsection