@foreach ($testimonials as $testimonial)
@for ($i = 1; $i <= $testimonial->star_rating; $i++) @endfor @if ($testimonial->star_rating != 5) @for ($i = 1; $i <= 5 - $testimonial->star_rating; $i++) @endfor @endif

“ {{ mb_strimwidth($testimonial->description, 0, 100, "...") }} ”

{{ $testimonial->name }}, {{ $testimonial->designation }} {{ $testimonial->institution_name }}

@endforeach