@php $version = $basicInfo->theme_version; @endphp @extends('frontend.layouts.layout-v' . $version) @section('pageHeading') {{ __('Property') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_home }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_home }} @endif @endsection @section('content')

{{ $heroStatic->title }}

{{ $heroStatic->text }}

@if($service === App\Models\Vendor::ROLE_BUILDER) @endif
@if ($secInfo->counter_section_status == 1)
@forelse ($counters as $counter)

{{ $counter->amount }}+

{{ $counter->title }}

@empty

{{ __('No Counter Information Found') }}

@endforelse
@endif @if ($secInfo->featured_properties_section_status == 1 && $service === App\Models\Vendor::ROLE_BUILDER) @endif @if ($secInfo->about_section_status == 1)
{{ $aboutInfo?->years_of_expricence }}+ {{ __('Years') }}
{{ __('We are highly experience') }}
{{ $aboutInfo->title }}

{{ $aboutInfo?->sub_title }}

{!! $aboutInfo?->description !!}
@if (!empty($aboutInfo->btn_url)) {{ $aboutInfo?->btn_name }} @endif @if (!empty($aboutInfo->client_text))
@endif {{ $aboutInfo?->client_text }}
@endif @if ($secInfo->property_section_status == 1) @endif @if ($secInfo->why_choose_us_section_status == 1)
Image @if (!empty($whyChooseUsImg->why_choose_us_section_video_link)) @endif
Image
{{ $whyChooseUsInfo->title }}

{{ $whyChooseUsInfo?->sub_title }}

{!! $whyChooseUsInfo?->description !!}
@endif @if ($secInfo->vendor_section_status == 1)
{{ $vendorInfo->title }}

{{ $vendorInfo?->subtitle }}

@forelse ($vendors as $vendor)
{{ __('Real Estate') }}
@php $vendor_info = App\Models\VendorInfo::where([ ['vendor_id', $vendor->vendorId], ['language_id', $language->id], ]) ->select('name') ->first(); $agents = App\Models\Agent::where( 'vendor_id', $vendor->vendorId, )->get(); @endphp {{ count($vendor->properties) }} {{ __($service === App\Models\Vendor::ROLE_BUILDER ? 'Properties' : 'Services') }} {{-- {{ count($vendor->agents) }} {{ __('Agents') }} | --}} {{-- {{ count($vendor->projects) }} {{ __('Projects') }} --}}

{{ @$vendor_info->name }}

{{ __('View Profile') }}
@empty

{{ __('No Vendors Found') }}

@endforelse
@if (count($vendors) > 0) @endif
@endif @if ($secInfo->cities_section_status == 1) @endif @if ($secInfo->testimonial_section_status == 1)
{{ $testimonialSecInfo->title }}

{{ $testimonialSecInfo?->subtitle }}

{{ $testimonialSecInfo?->content }}

@forelse ($testimonials as $testimonial)
@if (is_null($testimonial->image)) @else @endif

{{ $testimonial->comment }}

{{ $testimonial->name }}
{{ $testimonial->occupation }}
({{ $testimonial->rating }})
@empty

{{ __('No Testimonials Found') }}

@endforelse
@endif @if ($secInfo->subscribe_section_status == 1)
@endif @endsection @section('script') @endsection