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