@extends('site.layouts.master') @section('title') {{ $project->compound->name }} @endsection @section('seoTags') @seoTags() @endsection @php $seo = SEO\Models\Page::where('path',URL::full())->first(); @endphp @section('metatags') @if(!empty($seo)) @endif @endsection @section('content')
{{ Breadcrumbs::render('compound',$project) }}
{!! $breadcrumbSchema !!}
@if (app()->getLocale() == 'ar') @else @endif @lang('site.Back') |

@if ($project->compound->governorate->name) {{ $project->compound->governorate->name }} @endif @if ($project->compound->city->name) @if (app()->getLocale() == 'ar') @else @endif {{ $project->compound->city->name }} @endif

@if (app()->getLocale() == 'ar') {{ \Carbon\Carbon::createFromDate($project->updated_at)->translatedFormat('M d ' . __('site.at') . ' h:i A') }} @else {{ \Carbon\Carbon::createFromDate($project->updated_at)->translatedFormat('M d \a\t h:i A') }} @endif
{{ $project->images->first()->meta ?? 'image' }}
{{ $project->images->first()->meta ?? 'image' }}
@foreach ($project->images as $i => $image) @if(!str_contains($image->url,'.pdf')) @if ($loop->last)
@lang('site.more_images')
@elseif ($loop->iteration != 1 && $loop->iteration < 5)
{{ $image->meta ?? 'image' }}
@endif @endif @endforeach

@if ($project->compound->city->name) {{ $project->compound->city->name }} @endif @if ($project->compound->governorate->name) , {{ $project->compound->governorate->name }} @endif

{{ $project->compound->name }} @lang('site.In') {{ $project->compound->city->name }} @lang('site.By') {{ $project->compound->developer->name }}

@lang('site.Starting Price')

{{ $project->starting_price_primery }} @lang('site.EGP')

@lang('site.Down Payment'):

{{ $project->down_payment ?? '1' }} @lang('site.EGP')

@lang('site.Contact_Us')

@lang('site.Project Information')

@if(!empty($project->brochure_id))
@if (app()->getLocale() == 'en') @endif
@endif
{!! $project->description !!}
@if(!empty($project->brochure_id))
@if (app()->getLocale() == 'en') @endif
@endif
@if(!empty($project->payment_plans))

@lang('site.Payment Plans')

@endif @if (!empty($project->map_url))

@lang('site.Location')

{!! $project->map_url !!}
@endif @if ($project->facilities()->count())

@lang('site.PropertyFeatures')

@foreach ($project->facilities as $feature)
{{ $feature->name_en }}

{{ $feature->name }}

@endforeach
@endif

@lang('site.Choose a Prefer time to you'):

@csrf
{{-- --}}

@lang('site.second_date')(@lang('site.optional'))

@lang('site.in_person')
@lang('site.virtual')
@foreach ($errors->showing->all() as $error)

{{ $error }}

@endforeach
@include('site.pages.forms.contactAgentForm', [ 'agent' => $agent, 'project' => $project, 'gtoken' => 'gtokenma', 'title' => $project->title, ])
@csrf
@foreach ($errors->offer->all() as $error)

{{ $error }}

@endforeach

@lang('site.Starting Price')

{{ $project->starting_price_primery }} @lang('site.EGP')

@lang('site.Down Payment'):

{{ $project->down_payment ?? '1' }} @lang('site.EGP')

@lang('site.Contact_Us')

@lang('site.Choose a Prefer time to you'):

@csrf
{{-- --}} {{-- --}}
{{-- --}} {{-- --}}

@lang('site.second_date')(@lang('site.optional'))

{{-- --}} {{-- --}}
{{-- --}} {{-- --}}
@lang('site.in_person')
@lang('site.virtual')
@foreach ($errors->showing->all() as $error)

{{ $error }}

@endforeach
@include('site.pages.forms.contactAgentForm', [ 'agent' => $agent, 'project' => $project, 'gtoken' => 'gtokenma', 'title' => $project->title, ])
@csrf
@foreach ($errors->offer->all() as $error)

{{ $error }}

@endforeach

@lang('site.Resale Properties')

@if($properties->count()) @foreach ($properties as $relatedProperty)
@php $price = $project->starting_price_primery; $property_for = 'Sale'; $currency = 'EGP'; $mon = ''; @endphp @include('site.template.property-horizontal', [ 'property' => $relatedProperty, 'related_properties' => $properties, ])
@endforeach @else

No Records

@endif
@lang('site.we_take_fraud_very') @lang('site.report_this_listing')

@lang('site.Suggested Compounds')

@foreach ($related_compounds as $compound) @if($compound->properties->first())

{{ $compound->name }}

{{-- @if (isset($compound->project)) mt-lg-auto @endif --}} @if (isset($compound->project))
@endif
@endif @endforeach
@if ($seo != null)

@php if (LaravelLocalization::getCurrentLocale() == 'ar') { $content = $seo->content_ar; } else { $content = $seo->content; } @endphp @if (isset($content)) @endif
@endif
@endsection @section('script') @endsection