{{csrf_field()}}
@if($errors->has('code'))
{{ $errors->first('code') }}
@endif
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if($errors->has('make'))
{{ $errors->first('make') }}
@endif
@if($errors->has('model'))
{{ $errors->first('model') }}
@endif
@if($errors->has('measure'))
{{ $errors->first('measure') }}
@endif
@if($errors->has('price'))
{{ $errors->first('price') }}
@endif
@if($errors->has('discount_percent'))
{{ $errors->first('discount_percent') }}
@endif
@if($errors->has('details'))
{{ $errors->first('details') }}
@endif