| {{ $v->GameID }} |
{{$v->SortIDTxt}} |
{{ $v->KindName }} |
{{ $v->Revenue}} |
{{ $v->RevenueD}} |
{{ $v->RoomName }} |
{{ $v->Stock }} |
{{$v->TurnOver}} |
{{$v->Winlost}} |
{{$v->ShaLv}} % |
@if (!empty($v->LostRate))
{{ __('auto.系统') }} {{ __('auto.输') }} {{ __('auto.玩家') }}{{$v->LostRate}}
@endif
|
@if (!empty($v->WinRate))
{{ __('auto.系统') }} {{ __('auto.赢') }} {{ __('auto.玩家') }}{{$v->WinRate}}
@endif
|
@if ($v->GameID == 3000)
@endif
@if ($v->GameID == 3050)
@endif
|
@endforeach