@extends('template.layout') @section('title', 'Streamer Dashboard') @section('submenuItem', 'accountmanagement') @section('content')

Welcome, {{ $streamerName }}!

You are now logged into the Streamer Dashboard.

@if ($streamer->temp_coupon_code || $streamer->temp_pix_key)

Your requested changes are awaiting admin review. Once approved, they will be updated in your account.

Approval Pending:
    @if ($streamer->temp_coupon_code)
  • Coupon Code: {{ $streamer->temp_coupon_code }}
  • @endif @if ($streamer->temp_pix_key)
  • Pix Key: {{ $streamer->temp_pix_key }}
  • @endif

@endif
Streamer Management
@php $rowClass = 'Even'; @endphp $streamer->temp_pix_key @php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp @php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp @if (!$couponCode) @php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp @endif @php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp @if(!$streamer->temp_pix_key) @php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp @endif @if($couponCode && $couponApproved != 0) @php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp @endif
Your Coupon Code: {{ $streamer->coupon_code ?? 'Coupon code not registered' }} @if (!$streamer->coupon_code) Not Registered @endif
Your pix key: {{ $streamer->chave_pix }}
Create Your Custom Coupon Code:
@csrf
Associate Dashboard:

By associating your streamer dashboard, you will no longer need to enter your login credentials manually in this account.

@if ($streamer->account_associate == Auth::id())
@csrf
@else
@csrf
@endif
Change your pix key:
@csrf
Change Coupon Code:
@csrf

Weekly References


Week Start Week End Processed Referrals Pending Referrals Total Earnings

Monthly Earnings

@csrf
@endsection