@if(count($testimonials)>0)

@lang('home.My Students Feedback')

@foreach ($testimonials as $testimonial)
@for($i = 1; $i <= $rate; $i++) @endfor @for($i = 1; $i <= 5-$rate; $i++) @endfor

{{$testimonial->text}}

feedback
{{$testimonial->name}}
{{$testimonial->position}}
feedback
@endforeach
@endif