{{ siteSettings('siteName') }}
  • {{ t('Gallery') }}
  • {{ t('Users') }}
  • {{ t('Categories') }}
      @foreach(siteCategories() as $category)
    • {{ $category->name }}
    • @endforeach
  • {{ t('Popular') }}
    • {{ t('Popular') }}
    • {{ t('Featured') }}
    • {{ t('Most Viewed') }}
    • {{ t('Most Commented') }}
    • {{ t('Most Favorites') }}
    • {{ t('Most Downloads') }}
    @if(auth()->check() == false)
  • {{ t('Login') }}
  • {{ t('Register') }}
  • @else
  • {{ t('Upload') }}
  • Fatal error: Uncaught Error: Call to undefined function auth() in /home/.sites/740/site1364/web/cloud/Main/resources/views/master/navbar.blade.php:54 Stack trace: #0 {main} thrown in /home/.sites/740/site1364/web/cloud/Main/resources/views/master/navbar.blade.php on line 54