@if(isset($second_range))

{{ $date_range }}

@endif @if(isset($provider_report_data['casino_providers']))
@if ($break_by) @endif @if (count($provider_report_data['casino_providers']) > 0) @foreach ($provider_report_data['casino_providers'] as $k => $row) @if ($break_by) @endif @endforeach @if ( $provider_report_data['casino_providers'] instanceof \Illuminate\Pagination\LengthAwarePaginator) @endif @else @endif
{{ __('Provider') }} {{ __('Partner') }} {{ __('Players') }} {{ __('Bet') }} {{ __('Win') }} {{ __('Bonus') }} {{ __('Bonus Cost') }} {{ __('GGR') }} {{ __('Rake') }} {{ strtoupper($break_by) }}
{{ $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) !!} {{ $row['break_by'] }}
{{ $provider_report_data['casino_providers']->onEachSide(3)->links() }}
{{ __('No results for selected params') }}
@if ($break_by) @endif
{{ __('Provider') }} {{ __('Partner') }} {{ __('Players') }} {{ __('Bet') }} {{ __('Win') }} {{ __('Bonus') }} {{ __('Bonus Cost') }} {{ __('GGR') }} {{ __('Rake') }} {{ strtoupper($break_by) }}
{{ __('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
@if (count($provider_report_data['casino_providers']) > 0) @endif
@endif