@foreach ($testimonials as $testimonial ) @can('testimonials-delete') @endcan {{ ($testimonials->currentPage() - 1) * $testimonials->perPage() + $loop->iteration }} @for ($i = 0; $i < 5; $i++) $testimonial->star > $i])> @endfor {{ $testimonial->client_name }} {{ $testimonial->work_at }} img @endforeach