@extends('admin.layouts.full') @section('title', $property->adminType.' Référence '.$property->ref) @section('header') @include('admin.partials.breadcrumb') @endsection @section('content')
{{ $property->adminType }} Référence {{ $property->ref }}
  • Référence: {{ $property->ref }}
  • Type : {{ $property->adminType }}
  • Annonce publiée :
  • Mise en avant :
  • Exclusivité :
  • Statut : {{ $property->adminSaleStatusLabel }}
  • A la vente : {{ $property->for_sale }}
  • @if($property->price)
  • Prix : {!! $property->formattedPrice !!}
  • @endif @if($property->propertyType)
  • Type de propriété : {{ $property->propertyType->getAttr('name') }}
  • @endif @if($property->total_area)
  • Surface totale : {{ number_format($property->total_area, 0, ',', ' ') }} m2
  • @endif
  • Surface totale affichée :
  • Pièces : {{ $property->rooms }}
  • Chambres : {{ $property->bedrooms }}
  • Salles de bain : {{ $property->bathrooms }}
  • Nombre de salles de bain affiché :
  • Places stationnement : {{ $property->parkings }}
  • Type stationnement : {{ $property->parking }}
  • Caves : {{ $property->cellars }}
  • Penthouse :
  • @if($property->living_area)
  • Surface habitable : {{ $property->living_area }} m2
  • Surface habitable affichée :
  • @endif @if($property->plot_area)
  • Surface parcelle : {{ $property->plot_area }} m2
  • @endif @if($property->terrace_area)
  • Surface terrasse : {{ $property->terrace_area }} m2
  • @endif @if($property->rent)
  • Loyer : {!! $property->formattedRent !!}
  • Loyer affiché :
  • @endif @if($property->charges)
  • Charges : {!! $property->formattedCharges !!}
  • @endif @if($property->city)
  • Ville : {{ $property->city->name }}
  • @endif
  • Code postal : {{ $property->post_code }}
  • @if($property->district)
  • Quartier : {{ $property->district->getAttr('name') }}
  • @endif @if($property->country)
  • Pays : {{ $property->country->getAttr('name') }}
  • @endif @if($property->dpe_consumption)
  • Consommation énergétique : {{ $property->dpe_consumption }} kWh/m2/an
  • @endif @if($property->dpe_ges)
  • Emission de GES : {{ $property->dpe_ges }} kg CO2 /m2/an
  • @endif @if($property->bo)
  • Prix business opportunity : {!! $property->formattedPriceBO !!}
  • Prix business opportunity affiché :
  • @endif @if($property->other_details)
  • Autres détails :
    {!! nl2br($property->other_details) !!}
  • @endif @if($property->comments)
  • Commentaires :
    {!! nl2br($property->comments) !!}
  • @endif
@if($property->pictures->count())
@foreach($property->pictures as $p) @endforeach
@else
Aucune photo pour le moment
@endif
@foreach($languages as $l)
  • Nom de l'annonce : {{ $property->getAttr('property_title', $l->short) }}
  • @if($property->getAttr('featured_title', $l->short))
  • Titre de mise en avant : {!! $property->getAttr('property_title', $l->short) !!}
  • @endif @if($property->getAttr('featured_summary', $l->short))
  • Résumé de mise en avant : {!! $property->getAttr('featured_summary', $l->short) !!}
  • @endif
@if($property->getAttr('internal_comments', $l->short))

Commentaires internes :

{!! nl2br($property->getAttr('internal_comments', $l->short)) !!}

@endif @if($property->getAttr('comments', $l->short))

Commentaires :

{!! nl2br($property->getAttr('comments', $l->short)) !!}

@endif @if($property->getAttr('specs', $l->short))

Specifications :

{!! nl2br($property->getAttr('specs', $l->short)) !!}

@endif @if($property->getAttr('amenities', $l->short))

Aménagements :

{!! nl2br($property->getAttr('amenities', $l->short)) !!}

@endif
@endforeach
@endsection