@extends('layouts.ranking', ["data" => $data]) @section('table')
| # | {{ __("ranking.Elo") }} | {{ __("ranking.Rank") }} | {{ __("ranking.Nick") }} | {{ __("ranking.Exp") }} | {{ __("ranking.Clan") }} | {{ __("ranking.KD") }} | {{ __("ranking.WL") }} |
|---|---|---|---|---|---|---|---|
| {{ $i }} |
@if ($user->medal != null)
|
|
$user->USN]) }}">{{ $user->NICK }} | {{ number_format($user->EXP) }} EXP | @if (!is_null($user->clan)) clan->ClanKey) }}">{{ $user->clan->clan->detail->Clanname }} @else {{ __("ranking.WithoutClan") }} @endif | @if ($user->profile->ENEMY_KILL_CNT < $user->profile->DEATH_CNT) {{ $user->profile->ENEMY_KILL_CNT . '/' . $user->profile->DEATH_CNT . " (" . \Helper::math_DivisionByZero($user->profile->ENEMY_KILL_CNT, $user->profile->DEATH_CNT, true) . ")" }} @else {{ $user->profile->ENEMY_KILL_CNT . '/' . $user->profile->DEATH_CNT . " (" . \Helper::math_DivisionByZero($user->profile->ENEMY_KILL_CNT, $user->profile->DEATH_CNT, true) . ")" }} @endif | @if ($user->profile->WIN_CNT < $user->profile->LOSE_CNT) {{ $user->profile->WIN_CNT . '/' . $user->profile->LOSE_CNT . ' (' . \Helper::math_DivisionByZero($user->profile->WIN_CNT, $user->profile->LOSE_CNT, true) . ')' }} @else {{ $user->profile->WIN_CNT . '/' . $user->profile->LOSE_CNT . ' (' . \Helper::math_DivisionByZero($user->profile->WIN_CNT, $user->profile->LOSE_CNT, true) . ')' }} @endif |