@aware(['component']) @props(['rows']) @php $theme = $component->getTheme(); @endphp @if ($theme === 'tailwind')
@lang('Showing') {{ $rows->firstItem() }} @lang('to') {{ $rows->lastItem() }} @lang('of') {{ $rows->total() }} @lang('results')
@else@lang('Showing') {{ $rows->count() }} @lang('results')
@endif