@php if (Auth::check()) { $gestion = DB::table('users') ->join('copropriete', 'users.copropriete_active', '=', 'copropriete.id') ->where('copropriete_active', Auth::user()->copropriete_active) ->first(); } else { $gestion = DB::table('copropriete') ->where('id', '=', 2) ->first(); } @endphp @include('includes.header')

Bonjour {{ auth()->user()->name }}

@php if (Auth::check()) { $gestion = DB::table('users') ->join('copropriete', 'users.copropriete_active', '=', 'copropriete.id') ->where('copropriete_active', Auth::user()->copropriete_active) ->first(); } else { $gestion = DB::table('copropriete') ->where('id', '=', 2) ->first(); } @endphp @if(is_array(json_decode($gestion->copropriete))) @if(count(json_decode($gestion->copropriete)) >= 1) @endif @endif @php $copropriete = DB::table('copropriete')->get(); @endphp

Documentation

  • Procès-verbaux
  • Règlements de l'immeuble
  • Assurances
  • Autres documents pertinents
Voir la documentation

Votre profil

    @php $array[] = array(); $i = 0; $i2 = 0; @endphp @foreach($registreprivatif as $privatif) @php $i++; @endphp @if(isset($privatif->unite_id))@if($i == 1) Unités :@endif {{ $privatif->unite_id }} @php array_push($array, $privatif->unite_id); @endphp @endif @endforeach @foreach($stationnements as $stationnement) @if(in_array($stationnement->unite_id, $array)) @php $i2++; @endphp @if($i2 == 1)
    Stationnements : @endif {{ $stationnement->numero }} @endif @endforeach
  • Modifier votre mot de passe
  • Modifier votre courriel
  • Ajouter un locataire
Modifier votre profil
@include('includes.footer')