@section('header_styles') @stop
{!! Form::label('problem', 'Problem:') !!} {!! Form::select('problem[]', $problems,null, ['class' => 'form-control select2','id'=>"select22"]) !!}
{{-- page level scripts --}} @section('footer_scripts') @stop