@if($testimonials && $testimonials->isNotEmpty()) {{ $testimonials->first()->testimonial_content }} @endif
@if($testimonials && $testimonials->isNotEmpty())
@for($i = 1; $i <= 5; $i++)
@if($i <= $testimonials->first()->rating)
★
@else
☆
@endif
@endfor
@else
★★★★★
@endif
@endif
@else
@endif