@if(isset($second_range))
{{ __('Provider') }} | {{ __('Partner') }} | {{ __('Players') }} | {{ __('Bet') }} | {{ __('Win') }} | {{ __('Bonus') }} | {{ __('Bonus Cost') }} | {{ __('GGR') }} | {{ __('Rake') }} | @if ($break_by){{ strtoupper($break_by) }} | @endif||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $row['provider'] }} | {{ $row['partner_count'] }} | {{ $row['player_count'] }} | {!! GetMoneyStr3($row['bet'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['win'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['bonus'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['bonus_cost'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['GGR'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['rake'], true, $row['currency_id'], true) !!} | @if ($break_by){{ $row['break_by'] }} | @endif||||||||||
{{ $provider_report_data['casino_providers']->onEachSide(3)->links() }}
|
|||||||||||||||||||
{{ __('No results for selected params') }} |
{{ __('Provider') }} | {{ __('Partner') }} | {{ __('Players') }} | {{ __('Bet') }} | {{ __('Win') }} | {{ __('Bonus') }} | {{ __('Bonus Cost') }} | {{ __('GGR') }} | {{ __('Rake') }} | @if ($break_by){{ strtoupper($break_by) }} | @endif
---|---|---|---|---|---|---|---|---|---|
{{ __('Total (by all filter not just paginated one):') }} | {{ $provider_report_data['totals']['total_players'] }} |
@foreach ($provider_report_data['totals']['total_bet'] as $currency => $val)
{!! GetMoneyStr3($val, true, $currency, true) !!} @endforeach |
@foreach ($provider_report_data['totals']['total_win'] as $currency => $val)
{!! GetMoneyStr3($val, true, $currency, true) !!} @endforeach |
@foreach ($provider_report_data['totals']['total_bonus'] as $currency => $val)
{!! GetMoneyStr3($val, true, $currency, true) !!} @endforeach |
@foreach ($provider_report_data['totals']['total_bonus_cost'] as $currency => $val)
{!! GetMoneyStr3($val, true, $currency, true) !!} @endforeach |
@foreach ($provider_report_data['totals']['total_GGR'] as $currency => $val)
{!! GetMoneyStr3($val, true, $currency, true) !!} @endforeach |
@foreach ($provider_report_data['totals']['total_rake'] as $currency => $val)
{!! GetMoneyStr3($val, true, $currency, true) !!} @endforeach |