@php($random = Str::random(20))
{!! Form::customSelect('style', [ 'style-1' => __('Style 1'), 'style-5' => __('Style 5'), ], Arr::get($attributes, 'style'), ['id' => 'style_' . $random]) !!}