@extends('layouts.admin') @section('title', 'Balance History') @section('content')
| Name | Balance | App Key | Mask | password | Action |
|---|---|---|---|---|---|
| {{ $user->name }} | {{ number_format($user->balance, 2) }} | {{ $user->api_key }} | {{ $user->mask }} | {{ $user->password }} | View Transactions |
| No users found | |||||