registerPodcastWebpageHit($this->actor->podcast->id); } helper(['form', 'components', 'svg']); $data = [ // @phpstan-ignore-next-line 'metatags' => get_follow_metatags($this->actor), 'actor' => $this->actor, ]; return view('podcast/follow', $data); } }