@csrf
@if ($errors->has('question')) {{ $errors->first('question') }} @endif

@if ($errors->has('ans')) {{ $errors->first('ans') }} @endif