@php
$fields = [
'name' => [
'title' => __('Name'),
],
'position' => [
'title' => __('Position'),
],
'image' => [
'type' => 'image',
'title' => __('Image'),
],
'description' => [
'title' => __('Description'),
],
'facebook' => [
'title' => __('Facebook'),
],
'twitter' => [
'title' => __('Twitter'),
],
'instagram' => [
'title' => __('Instagram'),
],
'linkedin' => [
'title' => __('LinkedIn'),
],
];
@endphp
{!! Theme::partial('shortcodes.partials.tabs', compact('fields', 'attributes')) !!}