{!! Form::label('region', 'Region') !!} {!! Form::select('region_id[]', $regions, json_decode($page->regions, true), ['class' => 'form-control page_region_select', 'multiple', 'style' => 'width: 100%;']) !!}