@lang('site.image')


@lang('site.Title') (@lang('site.id'))


@lang('site.Type')


@lang('site.Sub_Type')


@lang('site.Location')


@lang('site.Developer')


@lang('site.Price')


@lang('site.Down Payment')


@lang('site.Surface_Area')


@lang('site.the_Type_of_construction')


@lang('site.Energy_Sources')


@lang('site.floors_count')


@lang('site.size_area')


@lang('site.Floor_No')


@lang('site.Bedrooms')


@lang('site.Bathrooms')


@lang('site.view')


@lang('site.facing')


@lang('site.licences')


@lang('site.license_status')


@lang('site.Finishing_Status')


@lang('site.parking_slots')


@lang('site.Delivery Date')


@lang('site.Installments')


@lang('site.Installment Amount')


@lang('site.Club House Payment')


@lang('site.hotel_operator')

@foreach ($properties as $property)
property image

{{ $property->metadata->title }} ({{ $property->id }})


{{ $property->property_type->label }}


@if (LaravelLocalization::getCurrentLocale() == 'en') @foreach($property->subtypes()->pluck('sub_type_name')->toArray() as $subt) @if(!$loop->first)-@endif {{ $subt }} @endforeach @else @foreach($property->subtypes()->pluck('sub_type_name_ar')->toArray() as $subta) @if(!$loop->first)-@endif {{ $subta }} @endforeach @endif

{{ $property->location->governorate->name ? ($property->location->governorate->name) :'' }} {{ $property->location->city->name ? ','.($property->location->city->name):'' }} {{ $property->location->district->name ? ','.($property->location->district->name):'' }} {{ $property->location->compound->name ? ','.($property->location->compound->name):'' }}


{{ $property->location->compound->developer_id??'' }}

{{-- @if(in_array($property->property_type->id,[2,14])) @if()
@endif

{{ $property->location->compound->name??'' }}

@endif --}}

{{$property->price??''}} @if($property->price){{$property->currency??''}}@endif


{{$property->options->down_payment??''}} @if($property->options->down_payment){{$property->currency??''}}@endif


{{$property->options->surface_area??''}} @if($property->options->surface_area)@lang('site.SqFt')@endif


{{$property->options->the_type_of_construction??''}}


{{$property->options->energy_sources??''}}


{{$property->options->no_of_floors??''}}


{{$property->options->size??''}} @if($property->options->size)@lang('site.SqFt')@endif


{{$property->options->floor_no??''}}


{{$property->options->no_of_bedrooms??'-'}}


{{$property->options->no_of_bathrooms??'-'}}


{{$property->options->view??''}}


@php if(LaravelLocalization::getCurrentLocale() == 'ar'){ $facing = explode(',',$property->options->facing); foreach ($facing as $key => $value) { if($value) $facing[$key] = __('site.'.$value); } $facing = implode(',',$facing); }else{ $facing = $property->options->facing; } @endphp

{{$facing}}


{{$property->options->real_estate_license??''}}


{{$property->options->license_status??''}}


{{$property->options->finishing_status_text??''}}


{{$property->options->parking??''}}


{{$property->options->delevery_year??''}}


{{$property->options->duration_of_installment??''}}


{{$property->options->the_value_of_installment??''}} @if($property->options->the_value_of_installment){{$property->currency??''}}@endif


{{$property->options->club_house_payment??''}} @if($property->options->club_house_payment){{$property->currency??''}}@endif


{{$property->options->hotel_operator??''}}

@endforeach