@yield('meta')
@vite(['resources/css/app.css', 'resources/js/app.js'], 'build', ['defer' => true])
@include('partials.top-header')
@include('components.sticky-pa')
@include('partials.hero.hero-short')
@yield('content')
@include('partials.pa')
@include('partials.programs-more-info')
@include('partials.campuses')
@include('partials.site-map')
@include('partials.footer')
@include('partials.tailwind-fix')