@php $fields = [ 'title' => [ 'title' => __('Title'), ], 'description' => [ 'title' => __('Description') ], 'image' => [ 'title' => __('Image'), 'type' => 'image' ], 'topics' => [ 'title' => __('Topics') ], 'comments' => [ 'title' => __('Comments') ], 'account' => [ 'title' => __('Account'), 'type' => 'select', 'options' => $teams ] ]; @endphp
{!! Theme::partial('shortcodes.partials.tabs', compact('fields', 'attributes')) !!}