@if ( $validator && $validator->errors()->first('partner_select') )
{{ $validator->errors()->first('partner_select') }}
@else @if (isset($second_range))

{{ $date_range }}

@endif @if(isset($game_categories_data))
@if (getenv('APP_MARKET') == 'it') @endif @if (count($game_categories_data) > 0) @foreach ($game_categories_data as $row) @if (getenv('APP_MARKET') == 'it') @endif @endforeach @else @endif
{{ __('Category') }} {{ __('GGR') }} {{ __('Bingo Fee') }} {{ __('Bet') }} {{ __('Bonus BET') }} {{ __('Bonus WIN') }} {{ __('Bonus Cost') }} {{ __('Players') }} {{ __('Hold') }}
{{ $row['category'] ? $row['category'] : 'N/A' }} {!! GetMoneyStr3($row['GGR'], 1, $row['currency_id']) !!} {!! GetMoneyStr3($row['bingo_fee'], true, $row['currency_id']) !!} {!! 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') }}
@endif @endif