@php $fields = [ 'title' => [ 'title' => __('Title'), ], 'description' => [ 'title' => __('Description') ], 'image' => [ 'title' => __('Image'), 'type' => 'image' ], ]; @endphp
{!! Form::mediaImage('google_play_logo', Arr::get($attributes, 'google_play_logo')) !!}
{!! Form::mediaImage('apple_store_logo', Arr::get($attributes, 'apple_store_logo')) !!}
{!! Theme::partial('shortcodes.partials.tabs', compact('fields', 'attributes')) !!}