@vite([ 'resources/css/app.css', 'resources/js/app.js' ]) @stack('styles') @stack('scripts') @include('partials.header') @if (!request()->is('/')) @include('components.website-side-gradient') @endif @include('partials.navbar')
@yield('content')
@include('partials.footer') @include('components.common-modals')