@extends('site.layouts.master') @section('seoTags') @seoTags() @endsection @php $seo = SEO\Models\Page::where('path',URL::full())->first(); @endphp @if(empty($seo)) @section('title')
@if($demand->locations->first()) @if ($demand->locations->first()->governorate->name) {{ $demand->locations->first()->governorate->name }} @endif @if ($demand->locations->first()->city->name) @if (app()->getLocale() == 'ar') @else @endif {{ $demand->locations->first()->city->name }} @endif @if ($demand->locations->first()->district->name) @if (app()->getLocale() == 'ar') @else @endif {{ $demand->locations->first()->district->name }} @endif @if ($demand->locations->first()->compound->name) @if (app()->getLocale() == 'ar') @else @endif {{ $demand->locations->first()->compound->name }} @endif @endif
@lang('site.Request ID') : {{ $demand->id }}
@if(!empty($demand->locations[0]->city->name)) {{ $demand->locations[0]->city->name ?? '' }} @endif
{{ $demand->locations[0]->country->name ?? '' }}
@if($demand->locations[0]->governorate)
/ {{ $demand->locations[0]->governorate->name }}
@endif
@lang('site.In') :
@foreach ($demand->locations as $loc)
@if($loc->district) / {{ $loc->district->name }} @endif
@if($loc->compound) / {{ $loc->compound->name }} @endif
@endforeach
@if ($loc->district) {{ $loc->district->name ? '/' . $loc->district->name : '' }} @endif @if ($loc->compound) {{ $loc->compound->name ? '/' . $loc->compound->name : '' }} @endif
@endforeach @php $surface_from = $demand->demandPropertyTypes->first()->surface_area_from ?? $demand->demandPropertyTypes->first()->size_from ?? $demand->demandPropertyTypes->first()->plot_area_from ?? $demand->demandPropertyTypes->first()->farm_area_from; $surface_to = $demand->demandPropertyTypes->first()->surface_area_to ?? $demand->demandPropertyTypes->first()->size_to ?? $demand->demandPropertyTypes->first()->plot_area_to ?? $demand->demandPropertyTypes->first()->farm_area_to; @endphp @if($surface_from || $surface_to)
{{ $surface_from }} - {{ $surface_to }} @lang('site.SqFt')
@lang('site.Property_Types')
{{ $request->propertyTypes->label }}
@lang('site.Property_For')
{{ __("site.$demand->property_for") }}
@lang('site.payment_type')
{{ __('site.demand_payment_method_' . strtolower($request->price_buy_type)) }}
@lang('site.finishing_status')
@foreach ($request->finishing_status as $finishing) {{ \App\FinishingType::find($finishing)->finishing_type ?? '' }}@if (!$loop->last), @endif @endforeach
@lang('site.No_of_Bathrooms')
{{ $request->no_of_bathrooms_from }} - {{ $request->no_of_bathrooms_to }}
@lang('site.no_bed_rooms')
{{ $request->no_of_bedrooms_from }} - {{ $request->no_of_bedrooms_to }}
@lang('site.Plot_Area')
{{ $request->plot_area_from }} - {{ $request->plot_area_to }} @lang('site.SqFt')
@lang('site.building_area')
{{ $request->building_area_from }} - {{ $request->building_area_to }} @lang('site.SqFt')
@lang('site.Floor_No')
{{ $request->floor_no_from }} - {{ $request->floor_no_to }}
@lang('site.Farm_Area')
{{ $request->farm_area_from }} - {{ $request->farm_area_to }} @lang('site.SqFt')
@lang('site.Furniture_Status')
@foreach ($request->furniture_status as $furniture) {{ __("site.$furniture") }}@if (!$loop->last), @endif @endforeach
@lang('site.budget')
@lang('site.agent')
@lang('site.Request_Id'): {{ $demand->id }}
{{ $demand->locations[0]->country->name ?? '' }} {{ '/' . $demand->locations[0]->governorate->name ?? '' }} @lang('site.In') : {{ $demand->locations[0]->city->name ?? '' }}
@endif{{ $demand->property_types->first()->label }}
@endif@lang('site.'.$demand->property_for)
@endif{{ $propertyType->surface_area_from ?? '' }} - {{ $propertyType->surface_area_to ?? '' }} @lang('site.SqFt')
{{ $propertyType->floor_no_to }}
{{ $price_from }} {{ $currency }}
@endif @if(($price_from ?? 0) > 0 && ($price_to ?? 0) > 0) @endif @if(($price_to ?? 0) > 0){{ $price_to }} {{ $currency }}
@endif@lang('site.agent')
@lang('site.similar_requests')
@lang('site.How Do Requests Works'):
@lang('site.Owners / Brokers')
@lang('site.I have a property that fits your request')