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

{{ __('Highscore Table') }}

    @foreach($plebs as $pleb)
  • @if($pleb->lightning_address || $pleb->lnurl || $pleb->node_id)
    @else {{ __('Missing lightning address') }} @endif
    @php $address = match(true) { $pleb->lightning_address !== '' => $pleb->lightning_address, $pleb->lnurl !== '' => $pleb->lnurl, $pleb->node_id !== '' => $pleb->node_id, default => null, }; @endphp
    @if($address)
    @endif
    {{ $pleb->name }}

    {{ $pleb->name }}

    {{ $pleb->orange_pills_count }} {{ __('Bookcases') }} {{ __('Orange pilled') }}
    {{ __('Points') }}: {{ $pleb->getPoints() }}
  • @endforeach
@if($modal)
{{ $modal->name }}
@endif
@if($modal)
  • {{ $modal->name }} {{ __('has') }} {{ $modal->reputations->where('name', 'LoggedIn')->sum('point') }} {{ __('logins') }}

    {{ __('You get a point when you log in.') }}

@endif
@lang('Close')
{{-- FOOTER --}}