room = Room::find($roomId); $this->showModal = true; } public function render() { return view('livewire.admin.room-detail-modal'); } }