{{ $loop->iteration }} |
@if (config('game.statistic.showRating_pvp.name') == '1')
{!! showCrest($character['alliance_crest']) !!}
{!! showCrest($character['clan_crest']) !!}
{{ $character['name'] }}
|
@endif
@if (config('game.statistic.showRating_pvp.clan_name') == '1')
|
@endif
@if (config('game.statistic.showRating_pvp.class_name') == '1')
{{ $character['class_name'] }} |
@endif
@if (config('game.statistic.showRating_pvp.level') == '1')
{{ $character['level'] }} |
@endif
@if (config('game.statistic.showRating_pvp.pvp') == '1')
{{ $character['pvp'] }} |
@endif
@if (config('game.statistic.showRating_pvp.pk') == '1')
{{ $character['pk'] }} |
@endif
@if (config('game.statistic.showRating_pvp.onlinetime') == '1')
{{ formatTimeDifference($character['onlinetime'],$currentLang) }} |
@endif
@if (config('game.statistic.showRating_pvp.isOnline') == '1')
@php($online = $character['isOnline'])
|
@endif
@endforeach
@endslot