{!! Form::label('filter_participants', 'Participants') !!}
{!! Form::select('filter_participants', [], null, [
'class' => 'form-select',
'data-kt-select2' => 'true',
'data-placeholder' => 'All Participants',
'data-allow-clear' => 'true',
'multiple' => 'multiple',
'data-remote' => route('resource-select', ['groupedCompany', 'filter_competitions' => [$competition->id]]),
]) !!}