@extends('layouts.default_module') @section('module_name') Question List in FV LMS PRO @stop @section('table') Question Checkbox @foreach ($question as $key => $q) {{ ucwords($q->question) }}

Notice: Undefined variable: q in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/question_list_open/index.blade.php on line 44

Notice: Trying to get property 'id' of non-object in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/question_list_open/index.blade.php on line 44

Notice: Undefined variable: quiz_question in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/question_list_open/index.blade.php on line 44

Warning: in_array() expects parameter 2 to be array, null given in /home/demohatinco/public_html/fv_lms_pro_backend/resources/views/admin/question_list_open/index.blade.php on line 44
{!! Form::checkbox('question', null,$is_checked, ['onClick'=>'check_uncheck_question('.$q->id.','.$quiz->id.')']) !!}
@endforeach @section('pagination') {{-- {!! $question->render() !!} --}}
{!! Form::open(['method' => 'get', 'route' => ['admin.quiz']]) !!} {!! Form::submit('Cancel', ['class' => 'btn btn-default btn-block btn-lg btn-parsley']) !!} {!! Form::close() !!}
@endsection @section('app_jquery') @endsection @stop