@csrf
novo item
@if ($errors->has('type_id')) {{ $errors->first('type_id') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('unity_measure')) {{ $errors->first('unity_measure') }} @endif
@if ($errors->has('cod_interno')) {{ $errors->first('cod-interno') }} @endif
@if ($errors->has('cod_barras')) {{ $errors->first('cod-barras') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('text')) {{ $errors->first('text') }} @endif
@if ($errors->has('page')) {{ $errors->first('page') }} @endif
@if ($errors->has('video')) {{ $errors->first('video') }} @endif