getEducationsDataTask->run(); $posts = $this->getRecentPostsTask->run(); $events = $this->getUpcomingEventsTask->run(); $page = $this->getPageDataTask->run(); $seo = $page->seo ?? null; return [ 'educations' => $educations, 'posts' => $posts, 'events' => $events, 'seo' => $seo ]; } }