@vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles @stack('styles')
@yield('content')
@include('layouts.footer') {{-- Modals at end of body so they render on top of Livewire and all content --}} @include('partials.marketing-modals') @livewireScripts @stack('scripts')