@if (count($casino_real_bonuses) > 0)
{{ __('Campaign ID') }} | {{ __('Campaign Name') }} | {{ __('Campaign Type') }} | {{ __('Partner') }} | {{ __('Aggregator ID') }} | {{ __('External ID') }} | {{ __('Affiliate') }} | {{ __('Transaction ID') }} | {{ __('Amount awarded') }} | {{ __('Converted Amount') }} | {{ __('Wagering Left') }} | {{ __('Amount used') }} | {{ __('Amount expired') }} | {{ __('Expiration') }} | {{ __('Created') }} | {{ __('Opt In') }} | {{ __('Total BET') }} | {{ __('Total WIN') }} | @if ($break_by){{ strtoupper($break_by) }} | @endif
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $row->campaign_id }} | {{ $row->campaign_name }} | @if ($row->campaign_type) {{ isset(Config::get('globalvar.campaigntypes')[$row->campaign_type]) ? Config::get('globalvar.campaigntypes')[$row->campaign_type] : $row->campaign_type }} @endif | {{ $row->skin }} | {{ $row->user_id }} | {{ $row->operator_id }} | {{ $row->affiliate }} | {{ $row->transaction_id }} | {!! GetMoneyStr3($row->amount, true, $row->curid, true) !!} | {!! GetMoneyStr3($row->converted_amount, true, false, true) !!} | @if ($row->wagering_left >= 0) {!! GetMoneyStr3($row->wagering_left, true, false, true) !!} @endif | @if ($row->amount_used == null) n/a @else {!! GetMoneyStr3($row->amount_used, true, $row->curid, true) !!} @endif | @if ($row->amount_expired == null) n/a @else {!! GetMoneyStr3($row->amount_expired, true, $row->curid, true) !!} @endif | @if ($row->expiration == null) n/a @else {{ $row->expiration }} @endif | {{ $row->createtime }} | {{ $row->optin }} | {!! GetMoneyStr3($row->total_bet , true, $row->curid, true) !!} | {!! GetMoneyStr3($row->total_win, true, $row->curid, true) !!} | @if ($break_by){{ $row->groupedby }} | @endif