Edit Option
  Mcq Option List
@csrf
@if ($errors->has('option'))
{{ $errors->first('option') }}
@endif
@if ($errors->has('no_of_options'))
{{ $errors->first('no_of_options') }}
@endif