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