@if(count($curriculum) > 0) @if(count($getdata)> 0) @php $quizcount = \SiteHelpers::getquizcount($getdata['0']->lecture_quiz_id); @endphp @php $sec_count = 1; @endphp @for($i=0;$i < count($curriculum);$i++) @if($curriculum[$i]->section_id == $getdata['0']->section_id) @php $section = $sec_count.' - '.$curriculum[$i]->title; @endphp @endif @php $sec_count++; @endphp @endfor

{!! Lang::get('core.sec') !!} {!! $section !!}

{!! $getdata['0']->title !!} ({!! $quizcount !!} @if($quizcount > 1) {!! Lang::get('core.Questions')!!}) @else {!! Lang::get('core.Question')!!}) @endif

@endif @endif
@if($prev)