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

{{ $home2_intro->title }}

@endif @if ($category->visibility) @php $property_types = $category->property_types; @endphp
@endif @if ($about_us->visibility) @php $home2_content = $about_us->home2_content; @endphp
icon icon icon
image1 image2

{{ $home2_content->percentage }}

{{ $home2_content->percentage_text }}

{{ $home2_content->short_title }}

{{ $home2_content->long_title }}

{{ $home2_content->description1 }}

{{ $home2_content->description2 }}

  • {{ $home2_content->item1 }}
  • {{ $home2_content->item2 }}
@endif @if ($featured_property->visibility) @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 ($location->visibility)
{{ $location->title }}

{{ $location->description }}

@php $home_locations = $location->locations; $second_property = false; $third_property = false; $four_property = false; $five_property = false; $six_property = false; $seven_property = false; @endphp
@foreach ($home_locations as $loc_index => $home_location) @if ($loc_index == 0) @elseif ($loc_index == 1 || $loc_index == 2) @if ($second_property == false)
@endif @if ($loc_index == 1) @php $second_property = true; @endphp @endif @if ($loc_index == 2) @php $third_property = true; @endphp @endif @if ($third_property == true)
@endif @elseif ($loc_index == 3) @elseif ($loc_index == 4 || $loc_index == 5) @if ($four_property == false)
@endif @if ($loc_index == 4) @php $four_property = true; @endphp @endif @if ($loc_index == 5) @php $five_property = true; @endphp @endif @if ($five_property == true)
@endif @elseif ($loc_index == 6 || $loc_index == 7) @if ($six_property == false)
@endif @if ($loc_index == 6) @php $six_property = true; @endphp @endif @if ($loc_index == 7) @php $seven_property = true; @endphp @endif @if ($seven_property == true)
@endif @endif @endforeach
@endif @if ($counter->visibility) @php $counter_content = $counter->content; @endphp
bg_image

{{ $counter_content->title }}

{{ $counter_content->description }}

  • {{ $counter_content->list_1 }}
  • {{ $counter_content->list_2 }}
  • {{ $counter_content->list_3 }}
@foreach ($counter->items as $counter_item)
icon

{{ $counter_item->number }}

{{ $counter_item->title }}

@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 ($testimonial->visibility)
{{ $testimonial->title }}

{{ $testimonial->description }}

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

“{{ $testimonial_item->comment }}”

image
{{ $testimonial_item->name }}

{{ $testimonial_item->designation }}

@endforeach
@if ($partner->visibility)

{{ $partner->title }}

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

{{ $blog->description }}

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