@extends('dashboard.layouts.default') @section('page_toolbar') @endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}
@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 :
Select no of questions :
0 Qs
@if($quiz_id != 2 && $quiz_id != 3 )

Select the topic to show the topics of questions

@else @php $btntxt = $quiz_id == 2?'Formula Practice':'Converting Units'; @endphp
@endif
@endsection @section('pagescripts') @endsection