{{-- Required only for the Upgrade account page --}} @if (Route::currentRouteName() == 'settings.subscriptions.upgrade') @endif user()->account_id }} class="bg-gray-monica"> @include('partials.header')
@yield('content')
@include('partials.footer') {{-- THE JS FILE OF THE APP --}} {{-- Load everywhere except on the Upgrade account page --}} @if (Route::currentRouteName() != 'settings.subscriptions.upgrade') @endif {{-- Required only for the Upgrade account page --}} @if (Route::currentRouteName() == 'settings.subscriptions.upgrade') @endif @stack('scripts')