{{ __('Top winning') }} | {{ __('Amount') }} | @foreach($playersData["best"] as $best)
---|---|
userid }}"> {{ $best->username }} | {!! GetMoneyStr3($best->profit, 1, $best->currency_id, 0, 1) !!} |
{{ __('Top losing') }} | {{ __('Amount') }} | @foreach($playersData["worst"] as $worst)
---|---|
userid }}"> {{ $worst->username }} | {!! GetMoneyStr3($worst->profit, 1, $worst->currency_id, 0, 1) !!} |