@php $fields = [ 'title' => [ 'title' => __('Title'), 'required' => true ], 'image' => [ 'type' => 'image', 'title' => __('Image'), 'required' => true ], 'link' => [ 'type' => 'text', 'title' => __('URL'), 'required' => false ], ]; @endphp {!! Theme::partial('shortcodes.partials.tabs', compact('fields', 'attributes')) !!}