@if ( $validator && $validator->errors()->first('partner_select') )
{{ __('Category') }} | {{ __('GGR') }} | @if (getenv('APP_MARKET') == 'it'){{ __('Bingo Fee') }} | @endif{{ __('Bet') }} | {{ __('Bonus BET') }} | {{ __('Bonus WIN') }} | {{ __('Bonus Cost') }} | {{ __('Players') }} | {{ __('Hold') }} |
---|---|---|---|---|---|---|---|---|
{{ $row['category'] ? $row['category'] : 'N/A' }} | {!! GetMoneyStr3($row['GGR'], 1, $row['currency_id']) !!} | @if (getenv('APP_MARKET') == 'it'){!! GetMoneyStr3($row['bingo_fee'], true, $row['currency_id']) !!} | @endif{!! GetMoneyStr3($row['turn_over'], 1, $row['currency_id']) !!} | {!! GetMoneyStr3($row['bonus'], 1, $row['currency_id']) !!} | {!! GetMoneyStr3($row['bonus_win'], 1, $row['currency_id']) !!} | {!! GetMoneyStr3($row['bonus_cost'], 1, $row['currency_id']) !!} | {{ $row['players'] }} | {{ $row['hold'] }}% |
{{ __('No results for selected params') }} |