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