@if ( $validator && count($validator->errors()) == 0 ) @if(isset($first_time_range_data))
{{ __('Category') }} | {{ __('GGR') }} | {{ __('Turn Over') }} | {{ __('Bonus') }} | {{ __('Bonus Cost') }} | {{ __('Players') }} | {{ __('Hold') }} |
---|---|---|---|---|---|---|
{{ $row['category'] ? $row['category'] : 'N/A' }} | {!! GetMoneyStr3($row['GGR'], 1, $row['currency_id'], 0, 1) !!} | {!! GetMoneyStr3($row['turn_over'], 1, $row['currency_id'], 0, 1) !!} | {!! GetMoneyStr3($row['bonus'], 1, $row['currency_id'], 0, 1) !!} | {!! GetMoneyStr3($row['bonus_cost'], 1, $row['currency_id'], 0, 1) !!} | {{ $row['players'] }} | {{ $row['hold'] }}% |
{{ __('No results for selected params') }} |
{{ __('Category') }} | {{ __('GGR') }} | {{ __('Turn Over') }} | {{ __('Bonus') }} | {{ __('Bonus Cost') }} | {{ __('Players') }} | {{ __('Hold') }} |
---|---|---|---|---|---|---|
{{ $row['category'] ? $row['category'] : 'N/A' }} | {!! GetMoneyStr3($row['GGR'], 1, $row['currency_id'], 0, 1) !!} | {!! GetMoneyStr3($row['turn_over'], 1, $row['currency_id'], 0, 1) !!} | {!! GetMoneyStr3($row['bonus'], 1, $row['currency_id'], 0, 1) !!} | {!! GetMoneyStr3($row['bonus_cost'], 1, $row['currency_id'], 0, 1) !!} | {{ $row['players'] }} | {{ number_format($row['hold'], 2) }}% |
{{ __('No results for selected params') }} |