@if(\Illuminate\Support\Facades\Auth::check())
Back to website
@endif
@if(Route::currentRouteName() !== 'management.auth.login')
Dashboard
Projects
Notif.
Logout
@endif @yield('content')
@yield('scripts')