Promotion Pending Commission
Gold Commission
Transaction ID | Date | Commission From | Amount | Type | Next Amount | Action | ||
---|---|---|---|---|---|---|---|---|
No Record Found | ||||||||
{{$data->id}} | {{$data->created_at}} | {{$data->user->name}} | {{$data->amount}} | {{$data->transaction_type}} | {{$data->next_withdrawal_amount}} | @if($data->is_withdrawn != true)Transfer Amount | @elseif($data->is_withdrawn == 'pending')Processing for next Upcomming 7 days | @elseWithdrawn | @endif
Sip Commission
Transaction ID | Date | Commission From | Amount | Type | Action | |
---|---|---|---|---|---|---|
No Record Found | ||||||
{{$data->id}} | {{$data->created_at}} | {{$data->user->name}} | {{$data->amount}} | {{$data->transaction_type}} | @if($data->user->level >= 2)Add Withdrawal Request | @elsePending | @endif
Product Commission
Transaction ID | Date | Commission From | Amount | Type | Action | |
---|---|---|---|---|---|---|
No Record Found | ||||||
{{$data->id}} | {{$data->created_at}} | {{$data->user->name}} | {{$data->amount}} | {{$data->transaction_type}} | @if($data->is_withdrawn != true)Withdraw | @elseWithdrawn | @endif
Autpull Commission
Transaction ID | Date | Amount | Type | Action | ||
---|---|---|---|---|---|---|
No Record Found | ||||||
{{$data->id}} | {{$data->created_at}} | {{$data->amount}} | {{$data->transaction_type}} | @if($data->is_transfer == true && $data->commission_approval == 0)Redeem Amount | @elseif($data->is_transfer == true && $data->commission_approval == 1)Redeemed | @elsePending | @endif
Gold Commission
@if($gold_commission->count() == 0)
@else
@foreach($gold_commission as $data)
@endif
@endforeach
@endif
No Record Found
{{$data->created_at}}
{{$data->transaction_type}}
@if($data->is_withdrawn != true) @elseif($data->is_withdrawn == 'pending') @elsePending
{{$data->user->name}}
{{$data->amount}}
{{$data->next_withdrawal_amount}}
Sip Commission
@if($sip_commission->count() == 0)
@else
@foreach($sip_commission as $data)
@endforeach
@endif
No Record Found
{{$data->created_at}}
{{$data->transaction_type}}
@if($data->user->level >= 2) @else @endif{{$data->user->name}}
{{$data->amount}}
{{--{{$data->next_withdrawal_amount}}
--}}Autpull Commission
@if($autopull->count() == 0)
@else
@foreach($autopull as $data)
@endforeach
@endif
No Record Found
{{$data->created_at}}
{{$data->transaction_type}}
@if($data->is_transfer == true) @else @endif
{{--