@extends('layouts.adminapp') @section('content') @section('head',__('lng.VehicleType')) {{-- Vehicle Type --}}
@csrf

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


@error('title')
{{ $message }}
@enderror
{{--
defualt
--}}

@endsection