@if ($rows->total() > 1)
{{ __(':count spaces found', ['count' => $rows->total()]) }}
@else
{{ __(':count space found', ['count' => $rows->total()]) }}
@endif
@include('Space::frontend.layouts.search.orderby')
{{ __('Showing :from - :to of :total Spaces', ['from' => $rows->firstItem(), 'to' => $rows->lastItem(), 'total' => $rows->total()]) }}
@endif
{{ $rows->appends(request()->query())->links() }}