@if($pvpCharacters->isNotEmpty()) @slot('thead') № @if (config('game.statistic.showRating_pvp.name') == '1') {{ __('panel/general/rating.pvp.0') }} @endif @if (config('game.statistic.showRating_pvp.clan_name') == '1') {{ __('panel/general/rating.pvp.1') }} @endif @if (config('game.statistic.showRating_pvp.class_name') == '1') {{ __('panel/general/rating.pvp.2') }} @endif @if (config('game.statistic.showRating_pvp.level') == '1') {{ __('panel/general/rating.pvp.3') }} @endif @if (config('game.statistic.showRating_pvp.pvp') == '1') {{ __('panel/general/rating.pvp.4') }} @endif @if (config('game.statistic.showRating_pvp.pk') == '1') {{ __('panel/general/rating.pvp.5') }} @endif @if (config('game.statistic.showRating_pvp.onlinetime') == '1') {{ __('panel/general/rating.pvp.6') }} @endif @if (config('game.statistic.showRating_pvp.isOnline') == '1') {{ __('panel/general/rating.pvp.7') }} @endif @endslot @slot('tbody') @foreach($pvpCharacters as $character) {{ $loop->iteration }} @if (config('game.statistic.showRating_pvp.name') == '1') 88
{!! showCrest($character['alliance_crest']) !!} {!! showCrest($character['clan_crest']) !!}
{{ $character['name'] }}
@endif @if (config('game.statistic.showRating_pvp.clan_name') == '1')
{!! showCrest($character['alliance_crest']) !!} {!! showCrest($character['clan_crest']) !!}
{{ $character['clan_name'] }}
@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
@else @endif