import { formatIDR } from '@/utils' import { router } from '@inertiajs/react' export default function VoucherCard({ voucher }) { const addCart = () => { router.post(route('cart.store', voucher)) } return (