@extends($layout) @section('header_scripts') @stop @section('custom_div')
@stop @section('content')
{!! Form::open(array('url' => URL_MASTERSETTINGS_COURSESECTION_SUBJECTS_ADD, 'method' => 'POST', 'name'=>'formQuiz ', 'novalidate'=>'')) !!}

{{ $title }}

@foreach($items as $key => $value) @endforeach
{{getPhrase('Subject')}} {{getPhrase('Staff')}} {{getPhrase('Section')}}
{{ $value->subject_title }} {{ $value->username }} @if($value->username) {{Form::select('section_id['.$value->coursesubjecttostaff_id.'][]', $section, $sectionData, [ 'class'=>'form-control', 'id'=>'section_id['.$value->coursesubjecttostaff_id.']', 'ng-model'=>'section_id['.$value->coursesubjecttostaff_id.']', 'required'=> 'true', 'multiple'=>'multiple', ])}} @endif
@stop @section('footer_scripts') @stop