@php $connexion = ""; if(Session('type_user') != 4) foreach ($devices as $device) { if($device->status == "connected") { $connexion = "one-at-least"; break; } } //dd(Session('name')); @endphp
Loading...