{{ $siteSetting->site_name }}
  • {{__('Home')}}
  • @if(Auth::guard('company')->check())
  • {{__('Seekers')}}
  • @else
  • {{__('Jobs')}}
  • @endif
  • {{__('Companies')}}
  • @foreach($show_in_top_menu as $top_menu) @php $cmsContent = App\CmsContent::getContentBySlug($top_menu->page_slug); @endphp
  • {{ $cmsContent->page_title }}
  • @endforeach
  • {{__('Blog')}}
  • {{__('Contact us')}}
  • @if(Auth::check())
  • {{Auth::user()->printUserImage()}}
    • {{__('Dashboard')}}
    • {{__('My Profile')}}
    • {{__('View Public Profile')}}
    • {{__('My Job Applications')}}
    • {{__('Logout')}}
    • {{ csrf_field() }}
  • @endif @if(Auth::guard('company')->check())
  • {{__('Post a job')}}
  • {{Auth::guard('company')->user()->printCompanyImage()}}
    • {{__('Dashboard')}}
    • {{__('Company Profile')}}
    • {{__('Post Job')}}
    • {{__('Company Messages')}}
    • {{__('Logout')}}
    • {{ csrf_field() }}
  • @endif @if(!Auth::user() && !Auth::guard('company')->user())
  • {{__('Sign in')}}
  • {{__('Register')}}
  • @endif
    • @foreach($siteLanguages as $siteLang)
    • {{$siteLang->native}}
      {{ csrf_field() }}
    • @endforeach