{{ __('label_reference') }}:
{{ $house->reference }}
{{ __('label_house_type') }}:
{{ $house->houseType->description }}
{{ __('label_number_piece') }}:
{{ $house->numberPiece->description }}
{{ __('label_ilot') }}:
{{ $house->ilot }}
{{ __('label_lot') }}:
{{ $house->lot }}
{{ __('label_intercom') }}:
{{ $house->intercom ? $house->intercom : "N/A" }}
{{ __('label_description') }}:
{{ $house->description }}