@if (config('app.env') == 'production') @else @endif @vite(['resources/css/app.css', 'resources/js/app.js']) @include('layouts.navigation') @if (Route::currentRouteName() !== 'welcome') @endif @include('layouts.alert') @yield('content') @include('layouts.footer') @include('components.back_to_top')