@extends('vip.layouts') @section('content')
{!! csrf_field() !!}
游戏开奖,投注表
@foreach($gamelist as $g) @endforeach
@if($special)
特殊关表(请谨慎清除)
@foreach($special as $s) @endforeach
{{$s['gameCode']}}
@endif
一般记录表(将清除截至日期之前的数据)
@foreach($normal as $n)
{{$n['gameCode']}}
@endforeach
其他相关表(没有时间字段,请谨慎清除,将清除所有数据)
@foreach($other as $o) {{$o['gameCode']}} @endforeach
的数据
@endsection