@if (count($result) > 0) @foreach ($result as $k => $row) @if( $row['turn_over'] != 0) @else @endif @endforeach @if($month_projection_url !=null) @foreach ($month_projections as $cur_id => $val) @endforeach @endif @else @endif
{{ __('Category') }} {{ __('GGR') }} {{ __('Turn Over') }} {{ __('Bonus') }} {{ __('Players') }} {{ __('Hold') }}
{{ $row['category'] }} {!! 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) !!} {{ $row['players'] }}{{ $row['hold'] }} % {{ $row['turn_over'] }}
Month projection: {!! GetMoneyStr3($val, 1, $cur_id, 0, 1) !!}
{{ __('No results for selected params') }}