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