CARD NAME

Jonh Smith
img

**** **** **** **** 8361

EXP

7/30

CVV

455

$1.480.000

Total Balance

Transactions
    @for (list of transactionsList; track list) {
  • {{ list.icon }}
    {{ list.title }}

    {{ list.description }}

    {{ list.amount }}

    {{ list.percentage }}%

  • }
Where your money go ?
@for (item of moneyGoList; track item) {
{{ item.title }}

{{ item.progress }}%

{{ item.total }}

}
Accounts
@for (card of accountCardList; track card) {
@if (card.addNewCard === true) { } @else {
img

Active

12,920.000

US Dollar

}
}
@for (list of userList; track list) { @if (list.newUserAdd === true) { } @else { User image } }
Recent Transfer
    @for (list of recentTransfer; track list; let last = $last) {
  • img
    {{ list.name }}

    {{ list.date }}

    {{ list.amount }}
  • }
@for (history of transactionsHistoryList; track history) { }
USER NAME CATEGORY DATE/TIME AMOUNT STATUS ACTIONS
user image
{{ history.name }}
{{ history.category }} {{ history.date }} {{ history.time }} {{ history.amount }} @if (history.status === 'completed') { Completed } @else if (history.status === 'pending') { Pending } @else if (history.status === 'canceled') { Canceled } @else if (history.status === 'progress') { In Progress }