@csrf
@if ($errors->has('video_tag'))
{{ $errors->first('video_tag') }}
@endif
{{-- List --}}

MCQ Content List

@if (isset($mcqs)) @if (!empty($mcqs)) @foreach ($mcqs as $mcq)
Id Name Sort Order Action
{{ $mcq->id }} {{ $mcq->name }} {{ $mcq->sort_order }}