@include('includes.header') @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 @php $array = []; $i = 0; $i2 = 0; @endphp @foreach($registreprivatif as $privatif) @php $i++; @endphp @php array_push($array, $privatif->unite_id); @endphp @endforeach @php $url = 'http://chat.gestiondupalais.com:5000/sdk/examples/quickJoin.php'; if(Auth::user()->admin == 1) { $data = [ 'username' => auth()->user()->name . ' (#' . implode(', ', $array) . ')', 'admin' => '1' ]; } else { $data = [ 'username' => auth()->user()->name . ' (#' . implode(', ', $array) . ')', 'admin' => '0' ]; } @endphp

Diffusion en direct

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

La diffusion débutera le 29 septembre 2025 à 18h00.
Revenez sur cette page pour assister à l'événement en virtuel.


@include('includes.footer')