{{ $testimonialSection?->title }}

{{ $testimonialSection?->text }}

@foreach($testimonials as $index=> $testimonial)
testimg
{{ $testimonial->user_name }}
{{ $testimonial->designation }}
@for($i = 1; $i <= $testimonial->rating; $i++) @if($i <= $testimonial->rating) @else @endif @endfor

{{ $testimonial->details }}

@endforeach