{{ csrf_field() }} @if(isset($question)) @method('PATCH') @endif
choices[0]->correct_choice ? 'checked' : '' }}/>
choices[1]->correct_choice ? 'checked' : '' }}/>
choices[2]->correct_choice ? 'checked' : '' }}/>
@if(isset($category)) {{-- for unique validation when edit --}} @endif