@if ($property->location->compound->project)

{{ __('site.Project Details') }}

{{-- @if(!empty($property->location->compound->project->location))

{{ $property->location->compound->project->location }}

@endif --}} @if(!empty($property->location->compound->project->project_area))

{{ $property->location->compound->project->project_area }}

@endif {{-- @if(!empty($property->location->compound->project->description))
{!! \Illuminate\Support\Str::limit($property->location->compound->project->description, 50) !!}
@endif --}} @if(!empty($property->location->compound->project->accibility))

{{ $property->location->compound->project->accibility }} @lang('site.evaluation') {{ $property->location->compound->project->accibility_evaluation }}

@endif @if(!empty($property->location->compound->developer?->credibility))

{{ $property->location->compound->developer->credibility }}

@endif @if(!empty($property->location->compound->developer?->developer_financial_stability))

{{ $property->location->compound->developer->developer_financial_stability }}

@endif @if(!empty($property->location->compound->developer?->developer_reviews))

{{ $property->location->compound->developer->developer_reviews }}

@endif @if(!empty($property->location->compound->project->starting_price))

{{ $property->location->compound->project->starting_price }} {{$property->currency}}

@endif @if(!empty($property->location->compound->project->price_per_meter))

{{ $property->location->compound->project->price_per_meter }} {{$property->currency}}

@endif @if(!empty($property->location->compound->project->down_payment))

{{ $property->location->compound->project->down_payment }} %

@endif @if(!empty($property->location->compound->project->installments))

{{ $property->location->compound->project->installments }} %

@endif @if(!empty($property->location->compound->project->delivery_date)) @if(!str_contains($property->location->compound->project->delivery_date,'1970'))

{{ $property->location->compound->project->delivery_date }}

@endif @endif @if(!empty($property->location->compound->project->direction))

{{ $property->location->compound->project->direction }} @lang('site.evaluation') {{ $property->location->compound->project->direction_evaluation }}

@endif @if(!empty($property->location->compound->project->car_park))

{{ $property->location->compound->project->car_park }} @lang('site.evaluation') {{ $property->location->compound->project->car_park_evaluation }}

@endif @if(!empty($property->location->compound->project->common_areas))

{{ $property->location->compound->project->common_areas }} @lang('site.evaluation') {{ $property->location->compound->project->common_areas_evaluation }}

@endif @if(!empty($property->location->compound->project->finishing))

{{ $property->location->compound->project->finishing }} @lang('site.evaluation') {{ $property->location->compound->project->finishing_evaluation }}

@endif @if(!empty($property->location->compound->project->fitting))

{{ $property->location->compound->project->fitting }} @lang('site.evaluation') {{ $property->location->compound->project->fitting_evaluation }}

@endif @if(!empty($property->location->compound->project->exterior))

{{ $property->location->compound->project->exterior }} @lang('site.evaluation') {{ $property->location->compound->project->exterior_evaluation }}

@endif @if(!empty($property->location->compound->project->housing))

{{ $property->location->compound->project->housing }} @lang('site.evaluation') {{ $property->location->compound->project->housing_evaluation }}

@endif @if(!empty($property->location->compound->project->land_excape_quality))

{{ $property->location->compound->project->land_excape_quality }} @lang('site.evaluation') {{ $property->location->compound->project->land_excape_quality_evaluation }}

@endif @if(!empty($property->location->compound->project->mortgage))

{{ $property->location->compound->project->mortgage }} @lang('site.evaluation') {{ $property->location->compound->project->mortgage_evaluation }}

@endif @if(!empty($property->location->compound->project->resale_availabilty))

{{ $property->location->compound->project->resale_availabilty }} @lang('site.evaluation') {{ $property->location->compound->project->resale_availabilty_evaluation }}

@endif @if(!empty($property->location->compound->project->roi))

{{ $property->location->compound->project->roi }} @lang('site.evaluation') {{ $property->location->compound->project->roi_evaluation }}

@endif @if(!empty($property->location->compound->project->surrounding_neighbourhood))

{{ $property->location->compound->project->surrounding_neighbourhood }} @lang('site.evaluation') {{ $property->location->compound->project->surrounding_neighbourhood_evaluation }}

@endif @if(!empty($property->location->compound->project->facilities)) @php $titles = $property->location->compound->project->facilities()->pluck('group_title_en')->toArray(); @endphp @if(!empty($titles))
@foreach ($titles as $title) @foreach ($property->location->compound->project->facilities()->where('group_title_en',$title)->get() as $facility) @if($loop->first)

{{ $facility->title }}

@endif
facility

{{ $facility->name }}

{{ $facility->description }}
@endforeach @endforeach

@lang('site.evaluation') {{ $property->location->compound->project->facilities_evaluation }}

@endif @endif @if(!empty($property->location->compound->project->managment))

{{ $property->location->compound->project->managment }} @lang('site.evaluation') {{ $property->location->compound->project->managment_evaluation }}

@endif @if(!empty($property->location->compound->project->security))

{{ $property->location->compound->project->security }} @lang('site.evaluation') {{ $property->location->compound->project->security_evaluation }}

@endif @if(!empty($property->location->compound->project->video_url))

{{ $property->location->compound->project->video_url }}

@endif
@endif