|
|
@endcan
{{ __('SL') }}. | {{ __('Stars') }} | {{ __('Client Name') }} | {{ __('Work At') }} | {{ __('Client Image') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|
| @endcan | {{ ($testimonials->currentPage() - 1) * $testimonials->perPage() + $loop->iteration }} | @for ($i = 0; $i < 5; $i++) $testimonial->star > $i])> @endfor | {{ $testimonial->client_name }} | {{ $testimonial->work_at }} |
|
|