@extends('backend.layouts.app') @section('content')
Create Question Option
@csrf
@if($errors->has('question_id')) {{ $errors->first('question_id') }} @endif
@if($errors->has('option_text')) {{ $errors->first('option_text') }} @endif
@if($errors->has('correct')) {{ $errors->first('correct') }} @endif
@endsection