CUSTOMER STORIES

{{ data_get($content, 'heading') }}

{{ data_get($content, 'subheading') }}

@foreach((array) data_get($content, 'items', []) as $index => $review) @php $reviewImage = filled(data_get($review, 'image_url')) ? data_get($review, 'image_url') : $productImages->get(($index + 1) % max(1, $productImages->count()), $mainImage); @endphp
{{ str_repeat('★', max(1, min(5, (int) data_get($review, 'rating', 5)))) }}

{{ data_get($review, 'text') }}

@if($reviewImage){{ data_get($review, 'name') }}@endif
{{ data_get($review, 'name') }}{{ data_get($review, 'location') }} · Verified
@endforeach