@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
@php $rowClass = 'Even'; @endphp
$streamer->temp_pix_key
@php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp
| Your Coupon Code: |
{{ $streamer->coupon_code ?? 'Coupon code not registered' }}
@if (!$streamer->coupon_code)
@endif
|
@php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp
| Your pix key: |
{{ $streamer->chave_pix }}
|
@if (!$couponCode)
@php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp
| Create Your Custom Coupon Code: |
|
@endif
@php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp
| 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())
@else
@endif
|
@if(!$streamer->temp_pix_key)
@php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp
| Change your pix key: |
|
@endif
@if($couponCode && $couponApproved != 0)
@php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp
| Change Coupon Code: |
|
@endif
|
|
| Week Start |
Week End |
Processed Referrals |
Pending Referrals |
Total Earnings |
| No records found |
|
|
|
@endsection