@if ($errors->has('warranty')){{ $errors->first('warranty') }}@endif
@if ($errors->has('color')){{ $errors->first('color') }}@endif
@if ($errors->has('tax')){{ $errors->first('tax') }}@endif
@if ($errors->has('status')){{ $errors->first('status') }}@endif
@if ($errors->has('description')){{ $errors->first('description') }}@endif