@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')