@php $fields = [ 'title' => [ 'title' => __('Title'), ], ]; $max = 6; @endphp
{!! Form::mediaImage('image', Arr::get($attributes, 'image')) !!}
{!! Form::mediaImage('icon_image', Arr::get($attributes, 'icon_image')) !!}
{!! Theme::partial('shortcodes.partials.tabs', compact('fields', 'attributes', 'max')) !!}
@foreach(range(1, 3) as $i)
@endforeach