@if ($highscoreCurrentPage > 1) «  @endif @for ($i = 1; $i <= ceil($highscorePlayerAmount / 100); $i++) @if ($highscoreCurrentPage == $i) {{ $i }} @else {{ $i }} @endif   @endfor @if ($highscoreCurrentPage < floor($highscorePlayerAmount / 100)) » @endif
Points
@foreach ($highscorePlayers as $highscorePlayer) @endforeach
Position Player’s Name (Honour points) Action Points
{{ $highscorePlayer['rank'] }} @if (1 > 5) up (11) @elseif (1 == 1) stay @else down (1) @endif {{ $highscorePlayer['name'] }} (0)
@if($highscorePlayer['id'] != $player->getId() && !($highscorePlayer['is_admin'] ?? false)) @endif
{{ $highscorePlayer['points_formatted'] }}
@include('ingame.shared.buddy.bbcode-parser')
Back to top   @if ($highscoreCurrentPage > 1) «  @endif @for ($i = 1; $i <= ceil($highscorePlayerAmount / 100); $i++) @if ($highscoreCurrentPage == $i) {{ $i }} @else {{ $i }} @endif   @endfor @if ($highscoreCurrentPage < floor($highscorePlayerAmount / 100)) » @endif