@vite(['resources/css/app.css', 'resources/js/app.js'], 'build', ['defer' => true])
{!! Blade::render($sections['TopHeader'] ?? '') !!} @yield('content') {!! Blade::render($sections['Footer'] ?? '') !!} @include('partials.tailwind-fix')