{{ __('admin_house_title' ) }} ({{ __('saas_house_ref') }} {{ $house->reference }})
{{ __('admin_house_details') }}

{{ __('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 }}
@can('show_houses') {{ __('admin_dashboard_address') }} @endcan @can('actors_list_houses') {{ __('admin_dashboard_actors') }} @endcan @can('facilities_list_houses') {{ __('admin_dashboard_facilities') }} @endcan @can('invoices_list_houses') {{ __('admin_dashboard_invoices') }} @endcan
@push('tabs') @endpush