@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if ($errors->has('category'))

{{ $errors->first('category') }}

@endif

@if ($errors->has('brand'))

{{ $errors->first('brand') }}

@endif