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

{{ __('auto.茶叶数值修改') }}

@csrf
{{-- @foreach($list as $k=>$item)--}} {{-- @endforeach--}}
{{ __('auto.菜单名称') }} {{ __('auto.当前设定值') }} {{ __('auto.最后操作人') }} {{ __('auto.更新时间') }} {{ __('auto.操作') }}
{{ __('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
@endsection