{!! Form::select('parent_id', ['' => 'Ninguna'] + $pages, null, ['class' => 'js-select2-custom custom-select', 'size' => '1', 'style' => 'opacity: 0;', 'id' => 'parentLabel', 'data-hs-select2-options' => '{
"minimumResultsForSearch": "Infinity"
}']) !!}
{!! Form::select('position_id[]', config('cms.positions'), null, ['class' => 'js-select2-custom custom-select', 'size' => '1', 'multiple', 'style' => 'opacity: 0;', 'id' => 'positionLabel', 'data-hs-select2-options' => '{
"minimumResultsForSearch": "Infinity"
}']) !!}
{!! Form::select('target', config('cms.targets'), null, ['class' => 'js-select2-custom custom-select', 'size' => '1', 'style' => 'opacity: 0;', 'id' => 'targetLabel', 'data-hs-select2-options' => '{
"minimumResultsForSearch": "Infinity"
}']) !!}