@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__('Add new vehicle')}}

@if($errors->has('marka')) @endif
@if($errors->has('tip')) @endif
@if($errors->has('reg_br')) @endif
@endsection