@extends('dashboard.layouts.default') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}
@if($quiz_id == 4 )
@endif @if($quiz_id != 2 && $quiz_id != 3 )
@foreach($subjects as $key=>$subject) @endforeach
@endif @if($quiz_id != 2 && $quiz_id != 3 )
    @endif
    Select no of questions :
    @if(SESSION::get('slug')=='quiz-questions')
    Select quizzes below and then select number of questions :
    @elseif(SESSION::get('slug')=='formula-practice')
    Please select the number of questions :
    @endif
    @if($quiz_id != 2 && $quiz_id != 3 )
    @else @php $btntxt = $quiz_id == 2?'Formula Practice':'Converting Units'; @endphp
    @endif
    @endsection @section('scripts') @endsection