@extends('admin.layout.content') @section('content')

All Client


{{-- --}} @foreach ( $users as $row) {{-- --}} @endforeach
Personal Details Raw Password Amount Current Withdrawal Pin Details Send Notification Account Plan Upgrade Account StatusAction
Name: {{ $row->firstname.' '.$row->lastname }}
Email: {{ $row->email }}
Phone: {{ $row->phone }}
$ {{ $row->usd }} Fund Client Send now {{ $row->level }} Upgrade Plan
@endsection