@extends('admin.layouts.app') @section('admin_content')
| ID | First Name | Last Name | Wallet Balance | Profit | Action |
|---|---|---|---|---|---|
| {{$user->id}} | {{$user->first_name}} | {{$user->last_name}} | $ {{$user->wallet_balance}} | $ {{$user->profit}} |
|
| No records found! | |||||