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

New Members Assigned to Me

@foreach ($usersAssigned as $list) @if (isset($list->dplan->name)) @else @endif @endforeach
ID Balance First Name Last Name Email Phone Inv. plan Status Date registered Assigned To Action
{{ $list->id }} ${{ $list->account_bal }} {{ $list->name }} {{ $list->l_name }} {{ $list->email }} {{ $list->phone_number }}{{ $list->dplan->name }}NULL{{ $list->status }} {{ \Carbon\Carbon::parse($list->created_at)->toDayDateTimeString() }} {{ $list->tuser->firstName }} {{ $list->tuser->lastName }} @if ($list->cstatus == 'Customer') Converted @else Convert @endif Edit Status
@endsection