project_count = auth()->user()->projects()->count(); } public function render() { return view('livewire.dashboard.project-count'); } }