@aware(['isTailwind','isBootstrap','isBootstrap4', 'isBootstrap5', 'localisationPath']) @props(['currentRows']) @includeWhen( $this->hasConfigurableAreaFor('before-pagination'), $this->getConfigurableAreaFor('before-pagination'), $this->getParametersForConfigurableArea('before-pagination') )
getPaginationWrapperAttributesBag() }}> @if ($this->paginationVisibilityIsEnabled()) @if ($isTailwind)
@if ($this->paginationIsEnabled && $this->isPaginationMethod('standard') && $currentRows->lastPage() > 1 && $this->showPaginationDetails)

{{ __($localisationPath.'Showing') }} {{ $currentRows->firstItem() }} {{ __($localisationPath.'to') }} {{ $currentRows->lastItem() }} {{ __($localisationPath.'of') }} {{ __($localisationPath.'results') }}

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

{{ __($localisationPath.'Showing') }} {{ $currentRows->firstItem() }} {{ __($localisationPath.'to') }} {{ $currentRows->lastItem() }}

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

{{ __($localisationPath.'Showing') }} {{ $currentRows->count() }} {{ __($localisationPath.'results') }}

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