@php Theme::set('breadcrumbEnabled', 'no'); Theme::set('headerClass', 'no-line'); @endphp
@csrf

{{ __('Filter') }}

@include($filterViewPath)
@include(Theme::getThemeNamespace('views.real-estate.partials.listing-top'), ['class' => 'style-1']) {!! apply_filters('ads_render', null, 'listing_page_before') !!}
@include($itemsViewPath, ['itemLayout' => $itemLayout, 'itemsPerRow' => $itemLayout === 'grid' ? 2 : 1])
{!! apply_filters('ads_render', null, 'listing_page_after') !!}
@include(Theme::getThemeNamespace('views.real-estate.partials.map'))