@include('Space::frontend.layouts.search.filter-search')
@if($layout == 'grid')
@endif
@if($rows->total() > 0) @foreach($rows as $row) @if($layout == 'grid')
@include('Space::frontend.layouts.search.loop-grid')
@else
@include('Space::frontend.layouts.search.loop-item')
@endif @endforeach @else
{{__("Space not found")}}
@endif
{{$rows->appends(request()->query())->links()}} @if($rows->total() > 0)
{{ __("Showing :from - :to of :total Spaces",["from"=>$rows->firstItem(),"to"=>$rows->lastItem(),"total"=>$rows->total()]) }}
@endif