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

{{ __('auto.玩家信息') }}

@csrf
@foreach($list as $k=>$item) @if (count($list) == 1) @else @endif @endforeach
{{ __('auto.玩家') }}id {{ __('auto.茶叶金额') }}
{{$item->GameID}} {{$item->WithDraw}}
{{ __('auto.请填写拒绝理由') }}
{{ __('auto.确定通过该订单吗?') }}
@endsection