{{-- --}} {{-- --}} @can('customer-edit') @endcan @forelse ($customers as $key=>$customer) {{-- --}} {{-- --}} @can('customer-edit') @endcan @empty @endforelse
# User Detail Sponsor DetailsAssociatesIs Verified Is KycedAction
{{($key+1) + ($customers->currentPage() - 1)*$customers->perPage()}} Name: {{$customer->name}}
Email: {{$customer->email}}
Phone: {{$customer->phone}}
Customer ID: {{$customer->referrer_code}}
Name: {{optional($customer->sponserDetail)->name}}
Referrer Code: {{optional($customer->sponserDetail)->referrer_code}}
{{$customer->associate_detail_count}} @if($customer->is_verified == '0') @can('customer-verify-status') Not Verified @else Not Verified @endcan @else @can('customer-verify-status') Verified @else Verified @endcan @endif @if($customer->is_kyced == '0') @can('customer-kyc-status') Not Verified @else Not Verified @endcan @else @can('customer-kyc-status') Verified @else Verified @endcan @endif

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() !!}