@if(auth()->check())
Profile
{{auth()->user()->name}}
{{auth()->user()->email}}
@endif
Browse Jobs
Categories
@if(auth()->check()) @endif @if(!auth()->check()) Login @endif