@lang('form.item')

{{ csrf_field() }} @if(isset($item->id)) {{ method_field('PATCH') }} @endif
@php if($errors->has('name')) { echo $errors->first('name') ; } @endphp
@php if($errors->has('rate')) { echo $errors->first('rate') ; } @endphp
@php if($errors->has('unit')) { echo $errors->first('unit') ; } @endphp