@if ($showPagination)
{{ $rows->links() }}
@lang('Showing :first to :last out of :total results', [ 'first' => $rows->count() ? $rows->firstItem() : 0, 'last' => $rows->count() ? $rows->lastItem() : 0, 'total' => $rows->total() ])
@endif