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