{{-- --}} {{-- --}} @canany(['assocaite-edit','assocaite-wallet']) @endcanany @forelse ($customers as $key=>$customer) {{-- --}} {{-- --}} @canany(['assocaite-edit','assocaite-wallet']) @endcanany @empty @endforelse
# User Detail Sponsor Details AssociatesWallet AmountIs VerifiedIs Kyced Is BlockedAction
{{($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 @can('assocaite-edit') @endcan {{-- @can('assocaite-wallet') @endcan --}}

Nothing Found


Showing {{($customers->currentpage()-1)*$customers->perpage()+1}} to {{(($customers->currentpage()-1)*$customers->perpage())+$customers->count()}} of {{$customers->total()}} Customers

{!! $customers->appends(['search_date'=>$search_date,'search_verify_status'=>$search_verify_status,'search_kyc_status'=>$search_kyc_status,'search_key'=>$search_key])->links() !!}
@push('js') @endpush