@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
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content') @stack('scripts')