@lang('site.Name')
@lang('site.Start Price')
@lang('site.Max Price')
@lang('site.Property Types')
@lang('site.Location')
@lang('site.Project Area')
@lang('site.Accessibility')
@lang('site.Credibility')
@lang('site.Developer Financial Stability')
@lang('site.Developer Reviews')
@lang('site.Price Per Meter')
@lang('site.Down Payment')
@lang('site.Installments')
@lang('site.Delivery Date')
@lang('site.Direction')
@lang('site.Car Park')
@lang('site.Common Areas')
@lang('site.Finishing')
@lang('site.Fitting')
@lang('site.Exterior')
@lang('site.Housing')
@lang('site.Land Escape Quality')
@lang('site.Mortgage')
@lang('site.Resale Availabilty')
@lang('site.Return On Investment')
@lang('site.Surrounding Neighbourhood')
@lang('site.Facilities')
@lang('site.Management')
@lang('site.Security')
{{ $compound->name }}
{{ $compound->project?->starting_price }} @if(!empty($compound->project->starting_price)) @lang('site.EGP') @endif
{{ $compound->project?->max_price }} @if(!empty($compound->project->max_price)) @lang('site.EGP') @endif
@lang('site.property_type'){{ $type->label }}
@lang('site.starting_price'){{ $type->starting_price }} @lang('site.EGP')
@lang('site.size_from'){{ $type->area_from }} @lang('site.sqFt')
@lang('site.size_to'){{ $type->area_to }} @lang('site.sqFt')
@endforeach{{ $compound->project?->location }}
{{ $compound->project?->project_area }}
{{ $compound->project?->accibility }}
@if($compound->project->accibility_evaluation)@lang('site.evaluation') {{ $compound->project?->accibility_evaluation }}
@endif{{ $compound->project?->credibility }}
{{ $compound->project?->developer_financial_stability }}
{{ $compound->project?->developer_reviews }}
{{ $compound->project?->price_per_meter }} @if(!empty($compound->project?->price_per_meter)) @lang('site.EGP') @endif
{{ $compound->project?->down_payment }} %
{{ $compound->project?->installments }}
{{ $compound->project?->delivery_date }}
{{ $compound->project?->direction }}
@if($compound->project->direction_evaluation)@lang('site.evaluation') {{ $compound->project?->direction_evaluation }}
@endif{{ $compound->project?->car_park }}
{{ $compound->project?->common_areas }}
@if($compound->project->common_areas_evaluation)@lang('site.evaluation') {{ $compound->project?->common_areas_evaluation }}
@endif{{ $compound->project?->finishing }}
@if($compound->project->finishing_evaluation)@lang('site.evaluation') {{ $compound->project?->finishing_evaluation }}
@endif{{ $compound->project?->fitting }}
@if($compound->project->fitting_evaluation)@lang('site.evaluation') {{ $compound->project?->fitting_evaluation }}
@endif{{ $compound->project?->exterior }}
@if($compound->project->exterior_evaluation)@lang('site.evaluation') {{ $compound->project?->exterior_evaluation }}
@endif{{ $compound->project?->housing }}
@if($compound->project->housing_evaluation)@lang('site.evaluation') {{ $compound->project?->housing_evaluation }}
@endif{{ $compound->project?->land_excape_quality }}
@if($compound->project->land_excape_quality_evaluation)@lang('site.evaluation') {{ $compound->project?->land_excape_quality_evaluation }}
@endif{{ $compound->project?->mortgage }}
@if($compound->project->mortgage_evaluation)@lang('site.evaluation') {{ $compound->project?->mortgage_evaluation }}
@endif{{ $compound->project?->resale_availabilty }}
@if($compound->project->resale_availabilty_evaluation)@lang('site.evaluation') {{ $compound->project?->resale_availabilty_evaluation }}
@endif{{ $compound->project?->roi }}
@if($compound->project->roi_evaluation)@lang('site.evaluation') {{ $compound->project?->roi_evaluation }}
@endif{{ $compound->project?->surrounding_neighbourhood }}
@if($compound->project->surrounding_neighbourhood_evaluation)@lang('site.evaluation') {{ $compound->project?->surrounding_neighbourhood_evaluation }}
@endif{{ $compound->project?->facilities()?->count() }} @lang('site.facility')
@if($compound->project->facilities_evaluation)@lang('site.evaluation') {{ $compound->project?->facilities_evaluation }}
@endif{{ $compound->project?->managment }}
@if($compound->project->managment_evaluation)@lang('site.evaluation') {{ $compound->project?->managment_evaluation }}
@endif{{ $compound->project?->security }}
@if($compound->project->security_evaluation)@lang('site.evaluation') {{ $compound->project?->security_evaluation }}
@endif