@for($i = 1; $i <= 3; $i++)
@endfor
{!! Form::mediaImage('background_image', Arr::get($attributes, 'background_image')) !!}
{!! Form::customSelect('style', ['no-title' => __('No title'), 'has-title' => __('Has title')], Arr::get($attributes, 'style')) !!}