@if(empty($gamesData["best"])) {{ __('No data') }} @else @foreach($gamesData["best"] as $best) @endforeach @endif
{{ __('Top winning') }} {{ __('Amount') }}
{{ $games[$best->game_id]->game_name }} {!! GetMoneyStr3($best->profit, 1, 1, 0, 1) !!}

@if(empty($gamesData['worst'])) {{ __('No data') }} @else @foreach($gamesData["worst"] as $worst) @endforeach @endif
{{ __('Top losing') }} {{ __('Amount') }}
{{ $games[$worst->game_id]->game_name }} {!! GetMoneyStr3($worst->profit, 1, 1, 0, 1) !!}