{{ Form::customSelect('style', $styles, Arr::get($attributes, 'style')) }}
@foreach(range(1, 2) as $i)
@endforeach
{{ Form::helper(__('Settings in this section only works with style "Grocery"')) }}
{{ Form::mediaImage('background_image', Arr::get($attributes, 'background_image')) }}