Question *
@if ($errors->has('question'))

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

@endif
Category *
@if ($errors->has('category_id'))

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

@endif
Status *
@if ($errors->has('status'))

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

@endif
Answer * @if ($errors->has('answer'))

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

@endif