@extends('admin.layout') @section('content') Add Mcq Dashboard MCQ List Add MCQ Add MCQ MCQ List @csrf Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif Instruction @if ($errors->has('instruction')) {{ $errors->first('instruction') }} @endif Time Limit @if ($errors->has('time_limit')) {{ $errors->first('time_limit') }} @endif Unlimited Select Attempt True False @if ($errors->has('retake_attempt')) {{ $errors->first('retake_attempt') }} @endif Minimum Time Submit @if ($errors->has('minimum_time_submit')) {{ $errors->first('minimum_time_submit') }} @endif Passing % @if ($errors->has('passing_percent')) {{ $errors->first('passing_percent') }} @endif Correct Marks @if ($errors->has('correct_marks')) {{ $errors->first('correct_marks') }} @endif Negative Marks @if ($errors->has('negative_marks')) {{ $errors->first('negative_marks') }} @endif Submit @endsection @push('footer-script') {{-- Editor --}} @endpush