@extends('dashboard.layouts.default') @section('page_toolbar') @endsection @section('content') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif {{ csrf_field() }} Quiz Questions Formula Practice Converting Units @if($quiz_id != 2 && $quiz_id != 3 ) @foreach($subjects as $key=>$subject) {{ $subject->name }} @endforeach @endif @if($quiz_id != 2 && $quiz_id != 3 ) @endif Select no of questions : 3 5 10 Select no of questions : 10 20 30 0 Qs Start Quiz Reset @if($quiz_id != 2 && $quiz_id != 3 ) Select the topic to show the topics of questions rewrw erewr @else @php $btntxt = $quiz_id == 2?'Formula Practice':'Converting Units'; @endphp Start {{ $btntxt}} @endif @endsection @section('pagescripts') @endsection