@php $fields = [ 'title' => [ 'title' => __('Title'), ], 'free' => [ 'title' => __('Free'), ], 'standard' => [ 'title' => __('Standard') ], 'business' => [ 'title' => __('Business') ], 'enterprise' => [ 'title' => __('Enterprise') ], ]; @endphp
{!! Theme::partial('shortcodes.partials.tabs', compact('fields', 'attributes')) !!}