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