@php $section = get_testimonials_section(); @endphp @if($section)
@if (count($section->testimonials)) @foreach ($section->testimonials as $item)

{{ $item['name'] }}

@while ($item->rating--) @endwhile
{!! Str::limit($item->content, 300) !!}
@endforeach @endif
@endif