{!! Form::customColor('bg_color', Arr::get($attributes, 'bg_color')) !!}
{!! Form::customSelect('style', [ 'style-1' => __('Style 1'), 'style-2' => __('Style 2'), 'style-3' => __('Style 3'), 'style-4' => __('Style 4'), ], Arr::get($attributes, 'style')) !!}