@extends('admin.layout') @section('content') Map Mcq Dashboard Add Mcq Mcq List Add Mcq @csrf Select Question * Select Question @if(!empty($questions)) @foreach($questions as $question) {{$question->code}} @endforeach @endif @if ($errors->has('mcq_ques_id')) {{ $errors->first('mcq_ques_id') }} @endif Submit @endsection @push('footer-script') @endpush