with(['devices.entities.state']) ->orderBy('sort')->orderBy('name') ->get(); return view('livewire.rooms.index', ['rooms' => $rooms]); } }