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

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

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

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

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

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

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

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

@endif