{{-- HEADER --}} {{-- MAIN --}}

Orange-Pill {{ __('Highscore Table') }}

{{ __('Hall of fame of our honorable plebs') }}

    @foreach($plebs as $pleb)
  • {{ $pleb->name }}

    {{ $pleb->public_key }}

    {{ $pleb->orange_pills_count }} {{ __('Bookcases') }} {{ __('Orange pilled') }}
    {{ __('Points') }}: {{ $pleb->getPoints() }}
    {{----}}
  • @endforeach
{{-- FOOTER --}}