@usercan('brands.delete') @endusercan @foreach ($brands as $brand) @usercan('brands.delete') @endusercan @endforeach
{{ __('SL') }}. {{ __('Icon') }} {{ __('Brand Name') }} {{ __('Description') }} {{ __('Status') }} {{ __('Action') }}
{{ ($brands->currentPage() - 1) * $brands->perPage() + $loop->iteration }} Img {{ $brand->brandName }} {{ Str::limit($brand->description, 20, '...') }}
{{ $brands->links('vendor.pagination.bootstrap-5') }}