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