@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')
{{ $property->metadata->title }} ({{ $property->id }})
{{ $property->property_type->label }}
{{ $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??'' }}
{{ $property->location->compound->name??'' }}
{{$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??''}}
{{$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??''}}