@if ($property->type)
-
Type:
{{$property->type}}
@endif
@if ($property->nombre_garages)
-
Garages:
{{str_pad($property->nombre_garages, 2, '0', STR_PAD_LEFT)}}
@endif
@if ($property->nombre_pieces)
-
Pieces:
{{str_pad($property->nombre_pieces, 2, '0', STR_PAD_LEFT)}}
@endif
@if ($property->nombre_salles_bain)
-
Salle d'eau:
{{str_pad($property->nombre_salles_bain, 2, '0', STR_PAD_LEFT)}}
@endif
@if ($property->superficie)
-
Superficie:
{{$property->superficie}} m²
@endif
@if ($property->superficie_habitable)
-
Superficie habitable:
{{$property->superficie_habitable}} m²
@endif
@if ($property->annee_construction)
-
Année de construction:
{{$property->annee_construction}}
@endif
@if ($property->type_papier)
-
Type de papier:
{{$property->type_papier}}
@endif
@if ($property->tel_commercial)
-
Téléphone commercial:
{{$property->tel_commercial}}
@endif