{!! Form::mediaImage('background_image', Arr::get($attributes, 'background_image')) !!}
{!! Form::mediaImage('background_image_1', Arr::get($attributes, 'background_image_1')) !!}
{!! Shortcode::fields()->tabs([
'title' => [
'title' => __('Title'),
'type' => 'text',
],
'description' => [
'title' => __('Description'),
'type' => 'textarea',
],
], $attributes) !!}