@extends('base.base') @section('base')

当日输赢排行

排序 @component('components.select', [ 'name' => 'sort', 'options' => [0 => '', 1 =>'rtp正序', 2 => 'rtp倒序'], 'default' => $request->input('sort', 0) ]) @endcomponent    {{ __('auto.清空') }}
@foreach ($list as $row) @endforeach
GameID 当日输赢 当日rtp 历史充值减提现 关联用户充值历史减提现 在线状态
{{ $row->GameID }} {{ ($row->WinScore - $row->LostScore)/\App\Http\helper\NumConfig::NUM_VALUE }} {{ $row->TotalBet ? ($row->WinScore - $row->LostScore)/$row->TotalBet : 0 }} {{ $row->Recharge - $row->Withdraw/\App\Http\helper\NumConfig::NUM_VALUE }} {{ $row->sameRW }} {{ $row->KindID == 0 ? '离线' : $gameServerNames[$row->KindID] ?? '' }}
@endsection