@php $fields = [ 'title' => [ 'title' => __('Title'), ], 'data' => [ 'title' => __('Data'), 'type' => 'number', ], 'unit' => [ 'title' => __('Unit') ], ]; $max = 3; $testimonialIds = explode(',', Arr::get($attributes, 'testimonial_ids')); @endphp
@foreach(range(1, 3) as $i)
{!! Form::mediaImage('image_' . $i, Arr::get($attributes, 'image_' . $i)) !!}
@endforeach
{!! Theme::partial('shortcodes.partials.tabs', compact('fields', 'attributes')) !!}