@extends('vip.layouts') @section('content')
{!! csrf_field() !!}
@foreach($gameCode as $k=>$v)
@if(is_array($v)&&count($v)>0) @else @endif
@endforeach {{--
@endif
--}}
@endsection