| # | User Detail | Sponsor Details | Associates | {{--Wallet Amount | --}} {{--Is Verified | --}}Is Kyced | Is Blocked | @canany(['assocaite-edit','assocaite-wallet'])Action | @endcanany||
|---|---|---|---|---|---|---|---|---|---|---|
| {{($key+1) + ($customers->currentPage() - 1)*$customers->perPage()}} |
Name: {{$customer->name}} Email: {{$customer->email}} Phone: {{$customer->phone}} Associate ID: {{$customer->referrer_code}} Level: {{$customer->userProfile->level}} ({{$customer->userProfile->levelPercent->percent}})% |
Name: {{optional($customer->sponserDetail)->name}} Referrer Code: {{optional($customer->sponserDetail)->referrer_code}} Level: {{$customer->sponserDetail?$customer->sponserDetail->userProfile->level:''}} |
{{$customer->associate_detail_count}} | {{--
Recharge: ₹ {{$customer->recharge_balance}} commission: ₹ {{$customer->commission_balance}} | --}}
{{-- @if($customer->is_verified == '0') @can('assocaite-verify-status') Not Verified @else Not Verified @endcan @else @can('assocaite-verify-status') Verified @else Verified @endcan @endif | --}}@if($customer->is_kyced == '0') @can('assocaite-kyc-status') Not Verified @else Not Verified @endcan @else @can('assocaite-kyc-status') Verified @else Verified @endcan @endif | @if($customer->is_block == '0') Not Blocked @else Blocked @endif | @canany(['assocaite-edit','assocaite-wallet'])@can('assocaite-edit') @endcan {{-- @can('assocaite-wallet') @endcan --}} | @endcanany||
Nothing Found |
||||||||||
Showing {{($customers->currentpage()-1)*$customers->perpage()+1}} to {{(($customers->currentpage()-1)*$customers->perpage())+$customers->count()}} of {{$customers->total()}} Customers