create(auth()->user(), $this->inputs); $this->dispatch('$refresh')->to(ProjectsList::class); $this->dispatch('created'); } public function render(): View { if (request()->query('create')) { $this->open = true; } return view('livewire.projects.create-project'); } }