@include('includes.header')

Unité #{{ $id }}

@include('includes.toast', ['msg' => $msg])
@csrf

Fiche privative

Vous pouvez modifier les informations pertinentes à la partie privative.

À propos

Unité #
Quote-part
%

$
{{-- BLADE COMMENTAIRE TEMPORAIRE

Espaces à usage restreints

Rangement #
@php $val = []; @endphp @foreach($rangements as $rangement) @if($rangement->unite_id == $registreprivatif[0]->unite_id) @php array_push($val, $rangement->numero) @endphp @endif @endforeach @php $val = implode(', ', $val); @endphp
Stationnement #
@php $val = []; @endphp @foreach($stationnements as $stationnement) @if($stationnement->unite_id == $registreprivatif[0]->unite_id) @php array_push($val, $stationnement->numero) @endphp @endif @endforeach @php $val = implode(', ', $val); @endphp

Police d'assurance

Compagnie
Matricule

Chauffe-eau

Expiration
BLADE COMMENTAIRE TEMPORAIRE --}}

Accès de gestion

Associer la fiche privative à un compte utilisateur existant dans le système afin de donner au copropriétaire l'accès à la gestion de l'unité.

Associer un ou des comptes



Notes

Cet espace vous permet de consigner des notes internes liées à la fiche privative du copropriétaire. Les informations inscrites ici servent au suivi administratif ne sont visibles que par les administrateurs autorisés.



Coordonnées

Informations à propos des copropriétaires et locataires

Liste des propriétaires

@php $i = 0; @endphp @foreach(json_decode($registreprivatif[0]->tenants) as $key => $proprio) @if(strpos($key, "proprio") !== false)



@if($i == 0) @php $i++ @endphp @else @endif
telephone)) value="{{ $proprio->telephone }}" @endif name="nom[{{ $key }}][telephone]">
courriel)) value="{{ $proprio->courriel }}" @endif name="nom[{{ $key }}][courriel]">
@endif @endforeach

Liste des locataires @php $i = 0; @endphp @foreach(json_decode($registreprivatif[0]->tenants) as $key => $tenants) @if(strpos($key, "locataire") !== false) @php $i++; @endphp @endif @endforeach

0) checked @endif>
@php $correspondance = JSON_DECODE($registreprivatif[0]->correspondance) @endphp @if($i > 0)


@php $i = 0; @endphp @foreach(json_decode($registreprivatif[0]->tenants) as $key => $locataire) @if(strpos($key, "locataire") !== false)



@if($i == 0) @php $i++ @endphp @else @endif
telephone)) value="{{ $locataire->telephone }}" @endif name="nom[{{ $i }}][telephone]">
courriel)) value="{{ $locataire->courriel }}" @endif name="nom[{{ $i }}][courriel]">
@endif @endforeach @endif
@include('includes.footer')