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