@include('partials.meta')
@vite(['resources/css/app.css', 'resources/js/app.js'], 'build', ['defer' => true])
@include('partials.top-header')
@yield('content')
@include('partials.site-map')
@include('partials.footer')
@include('partials.tailwind-fix')