@php($random = Str::random(20))
{{ __('Number of featured candidates to show') }}
{!! Form::customSelect('style', [ 'style-3' => __('Style 3'), ], Arr::get($attributes, 'style'), ['id' => 'style_' . $random]) !!}