@php $testimonialCount = count($reviews); $visibleSlides = 3; $carouselLabel = 'Guest review slides'; $prevLabel = 'Show previous reviews'; $nextLabel = 'Show next reviews'; $dotLabel = 'Go to position'; @endphp
@if (filled($home_testimonials['name'] ?? null))

{{ $home_testimonials['name'] }}

@endif @if (filled($home_testimonials['desc'] ?? null))

{{ $home_testimonials['desc'] }}

@endif @if (filled($home_testimonials['detail'] ?? null))

{{ $home_testimonials['detail'] }}

@endif
@foreach ($reviews as $ti => $t)

{{ $t['detail'] ?? '' }}

{{ $t['name'] ?? '' }}

{{ $t['name'] ?? '' }}

{{ $t['desc'] ?? '' }}

@endforeach