@php $testimonialInfo = $sectionData->where('section', 'testimonial')->first(); $testimonialInfo = (!empty($testimonialInfo->content) ? json_decode($testimonialInfo->content) : ''); @endphp @if (!empty($testimonial) && $testimonial->isNotEmpty())

REAL STORIES

Client Experiences and Testimonials.

See what Our Satisfied Clients have to say about their Experiences Working with us.

Buy Guest Post
@foreach ($testimonial as $row)

{!! !empty($row->description) ? $row->description : '"The collaboration with [Your Company Name] was a game-changer for our marketing strategy. Their personalized approach and continuous support made all the difference. We saw a remarkable improvement in our PPC campaigns, and the analytics reports!"' !!}

@for ($i = 0; $i < (!empty($row->rating) ? $row->rating : 5); $i++) @endfor
@if (!empty($row->avatar)) client picture @else
{{-- Placeholder SVG for no image --}}
@endif

{{ !empty($row->name) ? $row->name : 'Client Name' }}

{{ !empty($row->designation) ? $row->designation : 'Designation' }}

@endforeach
@endif