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

Follow up Members

@foreach ($users as $list) @if (isset($list->dplan->name)) @else @endif @endforeach
Balance First Name Last Name Email Phone Inv. plan Status Date registered Action
${{ $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() }} Edit Status
@endsection