@extends('vip.layouts') @section('content')
{!! csrf_field() !!}
@foreach ($odds_code as $k=>$user)
@foreach ($allteam[$k] as $kk=>$post)
{{$allteam[$k][$kk]['team']}} @if ($allteam[$k][$kk]['team']==$orderjg['result'])
@else
@endif
@endforeach
@endforeach
@endsection