@extends('layouts.app') @section('content')

Downline

@include('partials._breadcrumbs')

Downline Members

Member Id Name Contact Number Aadhar #
@foreach ($downline as $item) @endforeach {{$downline->links()}}
MemberID MemberName Mobile Package MemberType Status Owner Registration Date
{{$item->loginId}} {{$item->name}} {{$item->last_name}} {{$item->contact}} {{$item->package_type}} {{\App\Http\Controllers\Members::packageType($item->package_type)}} @if( (\App\Module::where(["module_slug"=>"account","user_id"=>$item->id])->first())) {{\App\Module::where(["module_slug"=>"account","user_id"=>$item->id])->first()->module_sta==1?"Active":"Declined"}} @else Pending @endif {{$item->parent["loginId"]}} {{$item->parent["name"]?"(".$item->parent["name"]." ".$item->parent["last_name"].")":""}} {{$item->created_at}}
@endsection