@extends('dashboard.admin.layouts.master') @section('content')
| # | First Name | Last Name | Phone | Account Number | Balance | Status | Action | |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $user->first_name }} | {{ $user->last_name }} | {{ $user->email }} | {{ $user->dial_code }} {{ $user->phone }} | {{ $user->account_number }} | {{ currency($user->currency) }}{{ formatAmount($user->balance) }} | {!! $user->account_state->badge() !!} |