@php $version = $basicInfo->theme_version; @endphp @extends("frontend.layouts.layout-v$version") @section('pageHeading') {{ !empty($pageHeading) ? $pageHeading->property_page_title : __('Property') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_properties }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_properties }} @endif @endsection @section('style') @endsection @section('content')

{{ __('Filter') }}

@forelse ($property_contents as $property_content) @empty

{{ __('NO PROPERTY FOUND') . '!' }}

@endforelse
@endsection @section('script') @endsection