@extends('layout3') @section('title') {{ $seo_setting->seo_title }} @endsection @section('meta') @endsection @section('frontend-content') @if ($intro_content->visibility)
# #
@php $home3_intro = $intro_content->home3_intro; $property_types = $home3_intro->property_types; $locations = $home3_intro->locations; @endphp

{{ $home3_intro->title }}

  • {{ $home3_intro->list1 }}
  • {{ $home3_intro->list2 }}
  • {{ $home3_intro->list3 }}
{{ $home3_intro->btn_text }}
#
{{__('user.Type')}}
{{__('user.Locaiton')}}
{{__('user.Price Range')}}
@endif @if ($category->visibility) @php $property_types = $category->property_types; @endphp
@endif @if ($featured_property->visibility)
{{ $featured_property->title }}

{{ $featured_property->description }}

@php $featured_properties = $featured_property->properties; @endphp
@foreach ($featured_properties as $featured_property)
thumbnail_image
@if ($featured_property->purpose == 'rent') {{__('user.For Rent')}} @else {{__('user.For Sale')}} @endif
{{ $currency_icon }}{{ html_decode(num_format($featured_property->price)) }} @if ($featured_property->purpose == 'rent') /{{ $featured_property->rent_period }} @endif

{{ html_decode($featured_property->title) }}

address

{{ html_decode($featured_property->address) }}

  • total_bedroom{{ $featured_property->total_bedroom }} {{__('user.Bed')}}
  • total_bathroom{{ $featured_property->total_bathroom }} {{__('user.Bath')}}
  • total_area{{ html_decode($featured_property->total_area) }} {{__('user.m2')}}
@endforeach
@endif @if ($counter->visibility)
@foreach ($counter->items as $counter_item)
icon

{{ $counter_item->number }}

{{ $counter_item->title }}

@endforeach
@endif @if ($about_us->visibility) @php $home1_content = $about_us->home1_content; @endphp
shape
shape
shape
shape
shape
shape
background_image

{{ $home1_content->experience_text_1 }} {{ $home1_content->experience_text_2 }}

author_image

{{ $home1_content->author_name }}{{ $home1_content->author_designation }}

{{ $home1_content->short_title }}

{{ $home1_content->long_title }}

{{ $home1_content->description_1 }}

{{ $home1_content->description_2 }}

icon

{{ $home1_content->item1->title }}{{ $home1_content->item1->title2 }}

{{ $home1_content->item1->description }}

icon

{{ $home1_content->item1->title }}{{ $home1_content->item1->title2 }}

{{ $home1_content->item1->description }}

@endif @if ($setting->agent_can_add_property) @if ($setting->agent_can_add_property == 'enable') @if ($agent->visibility)
{{ $agent->title }}

{{ $agent->description }}

@foreach ($agent->agents as $agent_index => $single_agent )
@if ($single_agent->image) agent @else agent @endif
@endforeach
@endif @endif @endif @if ($urgent_property->visibility)
{{ $urgent_property->title }}

{{ $urgent_property->description }}

@if ($partner->visibility)

{{ $partner->title }}

@foreach ($partner->partners as $partner_item)
@endforeach
@endif
@endif @if ($testimonial->visibility)
{{ $testimonial->title }}

{{ $testimonial->description }}

@foreach ($testimonial->testimonials as $testimonial_item)

“{{ $testimonial_item->comment }}”

{{ $testimonial_item->name }}

{{ $testimonial_item->designation }}

#
@endforeach
@endif @if ($setting->agent_can_add_property) @if ($setting->agent_can_add_property == 'enable') @if ($pricing_plan->visibility)
{{ $pricing_plan->title }}

{{ $pricing_plan->description }}

@foreach ($pricing_plan->pricing_plans as $index => $pricing_plan_item)

{{ $pricing_plan_item->plan_name }}

{{ $currency_icon }}{{ $pricing_plan_item->plan_price }}/ @if ($pricing_plan_item->expired_time == 'monthly') {{__('user.Monthly')}} @elseif ($pricing_plan_item->expired_time == 'yearly') {{__('user.Yearly')}} @elseif ($pricing_plan_item->expired_time == 'lifetime') {{__('user.Lifetime')}} @endif
    @if ($pricing_plan_item->number_of_property == 0)
  • {{__('user.Unlimited')}} {{__('user.Property Submission')}}
  • @else
  • {{ $pricing_plan_item->number_of_property }} {{__('user.Property Submission')}}
  • @endif @if ($pricing_plan_item->featured_property == 'enable')
  • {{__('user.Featured Property')}}
  • @else
  • {{__('user.Featured Property')}}
  • @endif @if ($pricing_plan_item->featured_property_qty == 0)
  • {{__('user.Unlimited')}} {{__('user.Featured Property')}}
  • @else
  • {{ $pricing_plan_item->featured_property_qty }} {{__('user.Featured Property')}}
  • @endif @if ($pricing_plan_item->top_property == 'enable')
  • {{__('user.Top Property')}}
  • @else
  • {{__('user.Top Property')}}
  • @endif @if ($pricing_plan_item->top_property_qty == 0)
  • {{__('user.Unlimited')}} {{__('user.Top Property')}}
  • @else
  • {{ $pricing_plan_item->top_property_qty }} {{__('user.Top Property')}}
  • @endif @if ($pricing_plan_item->urgent_property == 'enable')
  • {{__('user.Urgent Property')}}
  • @else
  • {{__('user.Urgent Property')}}
  • @endif @if ($pricing_plan_item->urgent_property_qty == -1)
  • {{__('user.Unlimited')}} {{__('user.Urgent Property')}}
  • @else
  • {{ $pricing_plan_item->urgent_property_qty }} {{__('user.Urgent Property')}}
  • @endif
  • {{__('user.Aminities')}}
  • {{__('user.Nearest Location')}}
  • {{__('user.Property Plan')}}
  • {{__('user.Additional Information')}}
  • {{__('user.Image Gallery')}}
@if ($pricing_plan_item->plan_type == 'free') {{__('user.Trail Now')}} @else {{__('user.Enroll Now')}} @endif
@endforeach
@endif @endif @endif @if ($faq->visibility)
{{ $faq->content->short_title }}

{{ $faq->content->long_title }}

@foreach ($faq->faqs as $faq_index => $faq_item )

{!! nl2br($faq_item->answer) !!}
@endforeach
support_image
support_image

{{ $faq->content->support_time }} {{ $faq->content->support_title }}

@endif @if ($mobile_app->visibility)
bg
bg
bg
@endif @if ($blog->visibility)
{{ $blog->title }}

{{ $blog->description }}

@foreach ($blog->blogs as $blog_index => $single_blog) @endforeach
@endif @endsection