@if ( $validator && count($validator->errors()) == 0 ) @if(isset($first_time_range_data))
@if (count($first_time_range_data) > 0) @foreach ($first_time_range_data as $row) @endforeach @else @endif
{{ __('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') }}
@endif @if(isset($second_time_range_data))
@if (count($second_time_range_data) > 0) @foreach ($second_time_range_data as $k => $row) @endforeach @else @endif
{{ __('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') }}
@endif @endif