@include('partials.meta') @vite(['resources/css/app.css', 'resources/js/app.js'], 'build', ['defer' => true]) {!! Blade::render($sections['TopHeader'] ?? '') !!} {!! Blade::render($sections['StickyAssessment'] ?? '') !!} @include('partials.hero.hero-short')
@yield('content') {!! Blade::render($sections['MiddleAssessment'] ?? '') !!} @include('partials.programs-more-info') @include('partials.spacer-blank')
{!! Blade::render($sections['Footer'] ?? '') !!} @include('partials.tailwind-fix')