@extends('backend.layouts.app') @section('content')
| # | Question | Option Text | Correct | Action | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $question_option->question->question ?? '' }} | {!! $question_option->option_text !!} | {{ $question_option->correct == 1 ? 'true' : 'false' }} | @if( request('show_deleted') == 1 ) @else Edit @endif | ||||||||
| Data Not Found! | |||||||||||