{!! Form::mediaImage('background_image', Arr::get($attributes, 'background_image')) !!}
{!! Form::customSelect( 'enable_search_projects_on_homepage_search', [ 'yes' => trans('core/base::base.yes'), 'no' => trans('core/base::base.no'), ], Arr::get($attributes, 'enable_search_projects_on_homepage_search', 'yes'), ) !!}
{!! Form::customSelect( 'default_home_search_type', [ 'project' => __('Projects'), 'sale' => __('Properties for sale'), 'rent' => __('Properties for rent'), ], Arr::get($attributes, 'default_home_search_type', 'project'), ) !!}
{!! Form::customSelect( 'enable_change_image_background', [ 'no' => trans('core/base::base.no'), 'yes' => trans('core/base::base.yes'), ], Arr::get($attributes, 'enable_change_image_background', 'no'), ) !!}
@php $fields = [ 'image' => [ 'type' => 'image', 'title' => __('Image'), ], ]; @endphp {!! Theme::partial('short-codes.partials.tabs', compact('fields', 'attributes')) !!}