@extends('Layouts.dashboardLayout') @section('content')
@include('includes.messages')
@if(count($objQuestions) > 0) @endif
@if(count($objQuestions) > 0){{$objQuestions[0]->category->duration}}
:
00
@endif

Minute

@if(count($objQuestions) > 0) @foreach($objQuestions as $key=>$objQuestion)
Question {{$key+1}}

{{$objQuestion->question}}

@if($objQuestion->question_image !== null)
@endif @for($i=0; $ioption); $i++)
{{----}}
@endfor
{{----}}
@endforeach @else

There are no questions for this test yet.

@endif
{{--col-lg-10 offset-lg-1--}}
{{--
@foreach($objQuestions as $key=>$objQuestion) @if($key == 0) @else @endif @endforeach
--}} {{--
@foreach($theoryQuestions as $key=>$theoryQuestion) @endforeach
--}}
@include('includes.alerts') {{--//confirm submit--}} @endsection @section('script') @endsection