@csrf

{{ __('messages.add_vehicle') }}

@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif