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

{{ __('auto.茶叶订单审核') }}

@if ($specialCs)   {{ __('auto.全员可审核新订单状态:') }}{{$normalCsOpen=="open"?__('auto.开启'):__('auto.关闭')}} @endif
@csrf {{ __('auto.会员ID:') }} {{ __('auto.额度查询:') }} {{ __('auto.订单号查询:') }} {{ __('auto.额度筛选:') }} {{ __('auto.渠道搜索:') }} {{ __('auto.当前状态筛选:') }}
{{ __('auto.咖啡搜索:') }} {{ __('auto.申请茶叶时间选择:') }} {{ __('auto.订单完成时间选择:') }} {{ __('auto.包名搜索:') }} {{ __('auto.清空') }}      {{ __('auto.导出') }}
{{--

--}} {{-- {{ __('auto.申请金额:') }}--}} {{-- {{$applyUserCount->userCount ?? 0}} {{ __('auto.人') }} {{$applyUserCount->count ?? 0}}--}} {{-- {{ __('auto.笔') }}  {{ __('auto.总计:') }}{{$applyUserCount->WithDraw ?? 0}}   --}} {{-- {{ __('auto.实际到账:') }}--}} {{-- {{$overUserCount->userCount ?? 0}} {{ __('auto.人') }}  --}} {{-- {{$overUserCount->count ?? 0}} {{ __('auto.笔') }}  --}} {{-- {{$overUserCount->WithDraw ?? 0}}          --}} {{--

--}} @foreach($list as $k=>$item) @endforeach
{{ __('auto.单号') }} {{ __('auto.玩家') }}id {{ __('auto.渠道') }} {{ __('auto.提款方式') }} {{ __('auto.提款账号') }} IP {{ __('auto.提交时间') }} {{ __('auto.茶叶申请额度') }} {{ __('auto.实际到账金额') }} {{ __('auto.扣除手续费用') }} {{ __('auto.审核状态') }} {{ __('auto.风险提示') }} {{ __('auto.风险评估') }} {{ __('auto.备注') }} {{ __('auto.审核操作') }}
{{$item->OrderId}} {{$item->GameID}} {{$item->Channel}} @if ($item->PixType ==1) cashapp @else Paypal @endif @if ($item->PixType ==1) {{$item->PixNum}} @else {{$item->EmailAddress}} @endif {{$item->sameIP>1?"[".$item->sameIP."]":""}} {{date('Y-m-d H:i:s',strtotime($item->CreateDate))}} {{$item->actual_arrival}} {{$item->WithDraw}} {{$item->ServiceFee}} {!! $item->States !!} @if ($item->gear == '低') {{__('auto.低')}} @elseif($item->gear == '普通') {{__('auto.普通')}} @elseif($item->gear == '较高') {{__('auto.较高')}} @elseif($item->gear == '高') {{__('auto.高')}} @endif
{{$item->assessment}}
{{$item->remarks}} {{-- @if (empty(hidden()) || hidden() == 'general_administrator' || hidden() == 'customer_service1' || hidden() == 'customer_service2')--}} @if ($item->State == 1) @if ($item->locking == 1) @else @endif @endif {{-- @endif--}}
@endsection