{{ $errors->first('quiz_name') }}
@endif{{ $errors->first('status') }}
@endif{{ $errors->first('question_img') }}
@endif @if(isset($quiz)) @if($quiz->question_img){{ $errors->first('question') }}
@endif{{ $errors->first('correct_answer') }}
@endif{{ $errors->first('options') }}
@endif{{ $errors->first('correct_answer') }}
@endif{{ $errors->first('options') }}
@endif