{{-- @foreach($list as $k=>$item)--}}
| {{ __('auto.人工审核额度设置') }} |
{{$artificial->StatusValue}} |
{{$artificial->account}} |
{{$artificial->create_at}} |
@if (!session()->has('hidden'))
@endif
|
| {{ __('auto.茶叶手续费设置') }} |
{{$fee->StatusValue}}% |
{{$fee->account}} |
{{$fee->create_at}} |
@if (!session()->has('hidden'))
@endif
|
| {{ __('auto.茶叶金额比例设置') }} |
{{$proportion->StatusValue}}% |
{{$proportion->account}} |
{{$proportion->create_at}} |
@if (!session()->has('hidden'))
@endif
|
| {{ __('auto.茶叶最低值') }} |
{{$WithDrawMin->StatusValue}} |
{{$WithDrawMin->account}} |
{{$WithDrawMin->create_at}} |
@if (!session()->has('hidden'))
@endif
|
| {{ __('auto.茶叶最大值') }} |
{{$WithDrawMax->StatusValue}} |
{{$WithDrawMax->account}} |
{{$WithDrawMax->create_at}} |
@if (!session()->has('hidden'))
@endif
|
| {{ __('auto.茶叶保底额度') }} |
{{$WithDrawPoint->StatusValue}} |
{{$WithDrawPoint->account}} |
{{$WithDrawPoint->create_at}} |
@if (!session()->has('hidden'))
@endif
|
| 0{{ __('auto.充玩家茶叶限制最高额度') }} |
{{$MaxTXNotRecharge->StatusValue}} |
{{$MaxTXNotRecharge->account}} |
{{$MaxTXNotRecharge->create_at}} |
@if (!session()->has('hidden'))
@endif
|
{{-- @endforeach--}}