@foreach($playersData["best"] as $best) @endforeach
{{ __('Top winning') }} {{ __('Amount') }}
userid }}"> {{ $best->username }} {!! GetMoneyStr3($best->profit, 1, $best->currency_id, 0, 1) !!}
@if(empty($playersData["best"])) {{ __('No data') }} @endif
@foreach($playersData["worst"] as $worst) @endforeach
{{ __('Top losing') }} {{ __('Amount') }}
userid }}"> {{ $worst->username }} {!! GetMoneyStr3($worst->profit, 1, $worst->currency_id, 0, 1) !!}
@if(empty($skin_data['worst'])) {{ __('No data') }} @endif