{!! Form::mediaImage('image_1', Arr::get($attributes, 'image_1')) !!}
{!! Form::mediaImage('background_image_1', Arr::get($attributes, 'background_image_1')) !!}
{!! Form::mediaImage('image_2', Arr::get($attributes, 'image_2')) !!}
{!! Form::mediaImage('background_image_2', Arr::get($attributes, 'background_image_2')) !!}
{!! Form::customSelect( 'autoplay_speed', array_combine([2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000], [2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000]), Arr::get($attributes, 'autoplay_speed', 3000), ) !!}