import React from 'react' import { Head } from '@inertiajs/react' import CustomerLayout from '@/Layouts/CustomerLayout' import { HiOutlineBell } from 'react-icons/hi2' import { HiOutlineCash } from 'react-icons/hi' export default function Index({ status }) { return (
{/* user */}
Aji
083840745543
Gold
1
{/* saldo */}
Saldo
Rp 10.000
Coin 10.000
{/* */}
Rewards
Gold Member
Limit 100.000
{/* banner */}
{/* info */}
{[1, 2].map((x) => (
Info! Change a few things up and try submitting again.
))}
{/* voucher */}
{/* chips */}
Jarbriel.id
Shaff.net
Weslycamp.net
Glory.net
Salgo.id
Terna.id
Kanza.id
{/* voucher */}
{[1, 2, 3, 4, 5, 6, 7, 8, 9, 10].map((x) => (
Lawaranet voucher internet sedap
Jabriel.net
IDR 10.000
50%
20.000
8GB
3 Hari
))}
) }