Account Balance

{{ currency($user->currency) }}{{ formatAmount($user->balance) }}

Income Balance

{{ currency($user->currency) }}{{ formatAmount($user->income_balance) }}

Loan Balance

{{ currency($user->currency) }}{{ formatAmount($user->loan_balance) }}

Account Number

{{ $user->account_number }}

Account State

@foreach ($accountStates as $accountState) @if ($user->account_state == $accountState->value) {{ $accountState->name }} @endif @endforeach

Account Type

{{ $user->account_type }} Account