ESAA
  • {{ t('Latest Jobs') }}
  • {{ t('Categories') }}
      @foreach(siteCategories() as $category)
    • {{ $category->name }}
    • @endforeach
  • {{ t('Job Types') }}
      @foreach(sitePostTypes() as $type)
    • {{ $type->name }}
    • @endforeach
  • {{ t('Hire People') }}
    @if(auth()->check() == false)
  • {{ t('Login') }}
  • {{ t('Register') }}
  • @else
  • {{ t('Post A Job') }}
  • {{ \Illuminate\Support\Str::words(auth()->user()->fullname, 1, '') }}
    • {{ t('Profile') }}
    • {{ t('Settings') }}
    • @if(auth()->user()->permission == 'admin')
    • {{ t('Admin Panel') }}
    • @endif
    • {{ t('Logout') }}
  • @endif