@stack('styles')
🎓
CareerPath
Home
Explore Careers
Career Quiz
Counselors
Blog
@auth
{{ substr(auth()->user()->name,0,1) }}
{{ auth()->user()->name }}
Dashboard
Profile
@csrf
Logout
@else
Login
Get Started
@endauth
Home
Explore Careers
Career Quiz
Counselors
Blog
@auth
Dashboard
@csrf
Logout
@else
Login
Get Started Free
@endauth
{{-- GLOBAL TOAST NOTIFICATION --}}
@if(session('success')) @endif @if(session('error')) @endif @yield('content') @stack('scripts')