{!! Lang::get('core.back_course') !!} @if(count($getdata)>0) {!! Form::label('status','To Complete')!!} {!! Form::checkbox('staus', 'value', $completion_status,array('class'=>'updatelstatus','id'=>'lstatusid','data-lid'=> $getdata['0']->lecture_quiz_id,'data-courseid'=>$courseid)); !!} @endif
@if(count($curriculum) > 0) @if(count($getdata)> 0) @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') !!} @if(!empty($section)) {!! $section !!} @endif

{!! $getdata['0']->title !!}

@endif @endif
@if($prev)