@includeWhen( $this->hasConfigurableAreaFor('before-pagination'), $this->getConfigurableAreaFor('before-pagination'), $this->getParametersForConfigurableArea('before-pagination') )
getPaginationWrapperAttributesBag() }}> @if ($this->paginationVisibilityIsEnabled()) @if ($this->isTailwind)
@if ($this->paginationIsEnabled && $this->isPaginationMethod('standard') && $this->getRows->lastPage() > 1 && $this->showPaginationDetails)

{{ __($this->getLocalisationPath.'Showing') }} {{ $this->getRows->firstItem() }} {{ __($this->getLocalisationPath.'to') }} {{ $this->getRows->lastItem() }} {{ __($this->getLocalisationPath.'of') }} {{ __($this->getLocalisationPath.'results') }}

@elseif ($this->paginationIsEnabled && $this->isPaginationMethod('simple') && $this->showPaginationDetails)

{{ __($this->getLocalisationPath.'Showing') }} {{ $this->getRows->firstItem() }} {{ __($this->getLocalisationPath.'to') }} {{ $this->getRows->lastItem() }}

@elseif ($this->paginationIsEnabled && $this->isPaginationMethod('cursor')) @else @if($this->showPaginationDetails)

{{ __($this->getLocalisationPath.'Showing') }} {{ $this->getRows->count() }} {{ __($this->getLocalisationPath.'results') }}

@endif @endif
@if ($this->paginationIsEnabled) {{ $this->getRows->links('livewire-tables::specific.tailwind.'.(!$this->isPaginationMethod('standard') ? 'simple-' : '').'pagination') }} @endif
@else @if ($this->paginationIsEnabled && $this->isPaginationMethod('standard') && $this->getRows->lastPage() > 1)
{{ $this->getRows->links('livewire-tables::specific.bootstrap-4.pagination') }}
$this->isBootstrap4, "text-md-end" => $this->isBootstrap5, ])> @if($this->showPaginationDetails) {{ __($this->getLocalisationPath.'Showing') }} {{ $this->getRows->count() ? $this->getRows->firstItem() : 0 }} {{ __($this->getLocalisationPath.'to') }} {{ $this->getRows->count() ? $this->getRows->lastItem() : 0 }} {{ __($this->getLocalisationPath.'of') }} {{ __($this->getLocalisationPath.'results') }} @endif
@elseif ($this->paginationIsEnabled && $this->isPaginationMethod('simple'))
{{ $this->getRows->links('livewire-tables::specific.bootstrap-4.simple-pagination') }}
$this->isBootstrap4, "text-md-end" => $this->isBootstrap5, ])> @if($this->showPaginationDetails) {{ __($this->getLocalisationPath.'Showing') }} {{ $this->getRows->count() ? $this->getRows->firstItem() : 0 }} {{ __($this->getLocalisationPath.'to') }} {{ $this->getRows->count() ? $this->getRows->lastItem() : 0 }} @endif
@elseif ($this->paginationIsEnabled && $this->isPaginationMethod('cursor'))
{{ $this->getRows->links('livewire-tables::specific.bootstrap-4.simple-pagination') }}
@else
@if($this->showPaginationDetails) {{ __($this->getLocalisationPath.'Showing') }} {{ $this->getRows->count() }} {{ __($this->getLocalisationPath.'results') }} @endif
@endif @endif @endif
@includeWhen( $this->hasConfigurableAreaFor('after-pagination'), $this->getConfigurableAreaFor('after-pagination'), $this->getParametersForConfigurableArea('after-pagination') )