{{ currency($user->currency) }}{{ formatAmount($user->balance) }}
{{ currency($user->currency) }}{{ formatAmount($user->income_balance) }}
{{ currency($user->currency) }}{{ formatAmount($user->loan_balance) }}
{{ $user->account_number }}
@foreach ($accountStates as $accountState) @if ($user->account_state == $accountState->value) {{ $accountState->name }} @endif @endforeach
{{ $user->account_type }} Account