@php $testimonialSection = $sections['testimonial'] ?? null; @endphp @if ($testimonialSection) @php($section = $testimonialSection) @include('Website.partials._banner', ['page_title' => $testimonialSection->title ?: __('website.testimonials')]) @endif

{{ $testimonialSection->name ?? __('website.testimonials') }}

{{ $testimonialSection->title ?? __('website.testimonials') }}

@forelse ($testimonials as $testimonial)

{{ $testimonial->name }}

@if ($testimonial->position)

{{ $testimonial->position }}

@endif @if ($testimonial->content)

{{ $testimonial->content }}

@endif
@empty

{{ __('website.no_testimonials_found') }}

@endforelse