@include('partials.meta') @vite(['resources/css/app.css'], 'build', ['defer' => false])
{!! Blade::render($sections['TopHeader'] ?? '') !!} {!! Blade::render($sections['StickyAssessment'] ?? '') !!} @if(Request::path() == 'contact-us') @include('partials.hero.hero-short') @else @include('partials.hero.hero-our-programs') @endif