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