@include('partials.resources.hero', ['hero' => $hero, 'spotlight' => $spotlight])
@include('partials.resources.newsletter', ['newsletter' => $newsletter]) @include('partials.resources.stories', [ 'section' => collect($sections)->firstWhere('slug', 'stories'), ]) @include('partials.resources.blogs', [ 'section' => collect($sections)->firstWhere('slug', 'blogs'), 'categories' => $blogCategories, 'popularPosts' => $popularPosts, ]) @include('partials.resources.events', [ 'section' => collect($sections)->firstWhere('slug', 'events'), ]) @include('partials.resources.sections-hub', [ 'intro' => $sectionsIntro, 'sections' => collect($sections)->whereIn('slug', ['press-releases', 'gallery', 'careers'])->values()->all(), ])
@include('partials.home.cta')