• Gallery
  • @auth
  • My Submissions
    My Submission Queue
    My Gallery
    My Favorites
  • @endauth @if (config('lorekeeper.extensions.show_all_recent_submissions.enable') && config('lorekeeper.extensions.show_all_recent_submissions.links.sidebar'))
  • All Recent Submissions
  • @endif @if ($galleryPage && $sideGallery->children->count())
  • {{ $sideGallery->name }}: Sub-Galleries
    @foreach ($sideGallery->children()->visible()->get() as $child)
    {{ $child->name }}
    @endforeach
  • @endif @if ($galleryPage && $sideGallery->siblings() && $sideGallery->siblings->count())
  • {{ $sideGallery->parent->name }}: Sub-Galleries
    @foreach ($sideGallery->siblings()->visible()->get() as $sibling)
    {{ $sibling->name }}
    @endforeach
  • @endif @if ($galleryPage && $sideGallery->avunculi() && $sideGallery->avunculi->count())
  • {{ $sideGallery->parent->parent->name }}: Sub-Galleries
    @foreach ($sideGallery->avunculi()->visible()->get() as $avunculus)
    {{ $avunculus->name }}
    @endforeach
  • @endif
  • Galleries
    @foreach ($sidebarGalleries as $gallery)
    {{ $gallery->name }}
    @endforeach