@foreach($brands as $brand) {{ ($brands->currentPage() - 1) * $brands->perPage() + $loop->iteration }} Img {{ $brand->brandName }} {{ Str::limit($brand->description, 20, '...') }} @endforeach