github_app = GithubApp::ownedByCurrentTeam()->whereUuid($githubAppUuid)->firstOrFail(); $this->applications = $this->github_app->applications; } public function render() { return view('livewire.source.github.tabs.resources'); } }