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

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

@csrf @method('patch')
{{__('lng.EditVehicleRoute')}}
@error('title')
{{ $message }}
@enderror
@error('narration')
{{ $message }}
@enderror
@endsection