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