@aware(['component']) @props(['rows']) @if ($component->hasConfigurableAreaFor('before-pagination')) @include($component->getConfigurableAreaFor('before-pagination'), $component->getParametersForConfigurableArea('before-pagination')) @endif @if ($component->isTailwind())
@if($component->showPaginationDetails()) @lang('Showing') {{ $rows->firstItem() }} @lang('to') {{ $rows->lastItem() }} @lang('of') @lang('results') @endif
@elseif ($component->paginationIsEnabled() && $component->isPaginationMethod('simple'))@if($component->showPaginationDetails()) @lang('Showing') {{ $rows->firstItem() }} @lang('to') {{ $rows->lastItem() }} @endif
@elseif ($component->paginationIsEnabled() && $component->isPaginationMethod('cursor')) @else@lang('Showing') {{ $rows->count() }} @lang('results')
@endif