2025-02-23 21:13:31 +07:00
|
|
|
export const REPORT = [
|
|
|
|
|
{ title: 'Total Transaksi', amound: 1_000_000, icon: 'money' },
|
|
|
|
|
{ title: 'Transaksi Tertagih', amound: 2_000_000, icon: 'money' },
|
|
|
|
|
{ title: 'Transaksi Tertagih', amound: 2_000_000, icon: 'money' },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
export const HISTORY = [
|
|
|
|
|
{
|
|
|
|
|
title: 'Total Kunjungan',
|
|
|
|
|
total: 1_000_000,
|
|
|
|
|
icon: 'money',
|
2025-02-23 23:17:06 +07:00
|
|
|
counter: [2190, 700],
|
2025-02-23 21:13:31 +07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: 'Total User Memesan',
|
|
|
|
|
total: 274,
|
|
|
|
|
icon: 'money',
|
2025-02-23 23:17:06 +07:00
|
|
|
counter: [211, 54],
|
2025-02-23 21:13:31 +07:00
|
|
|
},
|
|
|
|
|
]
|