@extends('layout') @section('title') {{ $seo_text->seo_title }} @endsection @section('meta') @endsection @section('user-content')
@if ($about_us->about_visibility)
about images

{{__('user.About Us')}}

{!! clean($about_us->about_us->translated_about_us) !!} {{__('user.Read More')}}
@foreach ($about_us->overviews as $overview)

{{ $overview->qty }}

{{ $overview->translated_name }}

@endforeach
@endif @if ($top_properties->top_visibility)

{{ $top_properties->title }}

{{ $top_properties->description }}
@foreach ($top_properties->top_properties as $top_item)
properties @if ($top_item->property_purpose_id==1) {{ $top_item->propertyPurpose->translated_custom_purpose }} @elseif($top_item->property_purpose_id==2) {{ $top_item->propertyPurpose->translated_custom_purpose }} @endif @if ($top_item->urgent_property==1) {{__('user.Urgent')}} @endif
@if ($top_item->property_purpose_id==1) {{ $currency }}{{ $top_item->price }} @elseif ($top_item->property_purpose_id==2) {{ $currency }}{{ $top_item->price }} / @if ($top_item->period=='Daily') {{__('user.Daily')}} @elseif ($top_item->period=='Monthly') {{__('user.Monthly')}} @elseif ($top_item->period=='Yearly') {{__('user.Yearly')}} @endif @endif {{ $top_item->translated_title }}
  • {{ $top_item->number_of_bedroom }} {{__('user.Bed')}}
  • {{ $top_item->number_of_bathroom }} {{__('user.Bath')}}
  • {{ $top_item->area }} {{__('user.Sqft')}}
@endforeach
@endif @if ($featured_properties->featured_visibility) @endif @if ($urgent_properties->urgent_visibility)

{{ $urgent_properties->title }}

{{ $urgent_properties->description }}
@foreach ($urgent_properties->urgent_properties as $urgent_item)
top properties
{{ $urgent_item->translated_title }} @if ($urgent_item->property_purpose_id==1)

{{ $currency }}{{ $urgent_item->price }}

@elseif ($urgent_item->property_purpose_id==2)

{{ $currency }}{{ $urgent_item->price }} / @if ($urgent_item->period=='Daily') {{__('user.Daily')}} @elseif ($urgent_item->period=='Monthly') {{__('user.Monthly')}} @elseif ($urgent_item->period=='Yearly') {{__('user.Yearly')}} @endif

@endif
@endforeach
@endif @if ($services->service_visibility)

{{ $services->title }}

{{ $services->description }}
@foreach ($services->services as $service_item)

{{ $service_item->translated_title }}

{{ $service_item->translated_description }}

@endforeach
@endif @if ($agents->agent_visibility)

{{ $agents->title }}

{{ $agents->description }}
@foreach ($agents->agents as $agent)
team images {{ $agent->name }}

{{ $agent->address }}

@endforeach
@endif @if ($blogs->blog_visibility)

{{ $blogs->title}}

{{ $blogs->description }}
@php $colorId=1; @endphp @foreach ($blogs->blogs as $index => $blog_item) @php if($index %4 ==0){ $colorId=1; } $color=""; if($colorId==1){ $color=""; }else if($colorId==2){ $color="oreangr"; }else if($colorId==3){ $color="gren"; }else if($colorId==4){ $color="blur"; } @endphp
blog items {{ $blog_item->category->translated_name }}

{{ $blog_item->created_at->format('d') }} {{ $blog_item->created_at->format('m') }} {{ $blog_item->created_at->format('Y') }}

{{ $blog_item->totalComment }}
bloger {{ $blog_item->admin ? $blog_item->admin->name : '' }}
{{ $blog_item->translated_title }}

{{ $blog_item->translated_short_description }}

@php $colorId ++; @endphp @endforeach
@endif @if ($testimonials->testimonial_visibility)

{{ $testimonials->title }}

{{ $testimonials->description }}
@foreach ($testimonials->testimonials as $testimonial_item)
Clients

{{ $testimonial_item->translated_name }}

{{ $testimonial_item->translated_designation }}

{{ $testimonial_item->translated_comment }}

@endforeach
@endif @endsection