{!! Form::mediaImage('background_image', Arr::get($attributes, 'background_image')) !!}
{{ Form::customSelect('logo_style', [theme_option('logo_light') => __('Light'), theme_option('logo_dark') => __('Dark')]) }}
{{ Form::customSelect('show_subscribe_form', [0 => __('No'), 1 => __('Yes')]) }}