@foreach ($subAccountListing as $index => $value) @endforeach
Sr No. Member Id Profile Picture Owner Name Email Contact Number Sub-Account ID Profile Photo Name Email Gender Account Type No. of Leads Mobile No Contact Address Postal Code Department Job Title Status Assigned Region/Product Actions
{{ $index + 1 + ($subAccountListing->currentPage() - 1) * $subAccountListing->perPage() }} {{ $value->parent_id }}
{{ $value->parent_name }} {{ $value->parent_email }} {{ $value->parent_phone }} {{ $value->id }}
{{ $value->name }} {{ $value->email }} {{ ucfirst($value->gender) }} {{ $value->account_type }} {{ $value->no_of_leads }} {{ $value->phone }} {{ $value->address }} {{ $value->postal_code }} {{ $value->job_function }} {{ $value->job_role }} {{ ucfirst($value->status) }} Power Generation
Total Sub Account(s) : {{ $subAccountListing->total() }}
{{ $subAccountListing->appends(request()->input())->links() }}