{{ $title }}

{{ Form::select_placeholder('pk', null, $list, 'Select One') }}
{{ Form::checkbox_ex("assign_to_all", null, 'Assign to all items') }}
{{ Form::button_ex('Ok', 'save_selection();') }} {{ Form::button_ex('Cancel', 'close_selection_modal();') }}