{!! Form::mediaImage('image', Arr::get($attributes, 'image')) !!}
{!! Form::mediaImage('icon_image', Arr::get($attributes, 'icon_image')) !!}
{!! Shortcode::fields()->tabs([ 'title' => [ 'title' => __('Title'), 'type' => 'text', ], ], $attributes) !!}
@foreach(range(1, 3) as $i)
@endforeach