@if(!Route::is(['user-dashboard']))
  • Dashboard
  • @endif @if(Route::is(['user-dashboard']))
  • Dashboard
  • @endif @if(!Route::is(['user-all-jobs']))
  • All
  • @endif @if(Route::is(['user-all-jobs']))
  • All
  • @endif @if(!Route::is(['saved-jobs']))
  • Saved
  • @endif @if(Route::is(['saved-jobs']))
  • Saved
  • @endif @if(!Route::is(['applied-jobs']))
  • Applied
  • @endif @if(Route::is(['applied-jobs']))
  • Applied
  • @endif @if(!Route::is(['interviewing','job-aptitute','questions']))
  • Interviewing
  • @endif @if(Route::is(['interviewing','job-aptitute','questions']))
  • Interviewing
  • @endif @if(!Route::is(['offered-jobs']))
  • Offered
  • @endif @if(Route::is(['offered-jobs']))
  • Offered
  • @endif @if(!Route::is(['visited-jobs']))
  • Visitied
  • @endif @if(Route::is(['visited-jobs']))
  • Visitied
  • @endif @if(!Route::is(['archived-jobs']))
  • Archived
  • @endif @if(Route::is(['archived-jobs']))
  • Archived
  • @endif