
<!-- Form HTML -->
<form method="post">
    Kode Voucher: <input type="text" name="code" required><br>
    Durasi (hari, default 30): <input type="number" name="duration_days" value="30"><br>
    <button type="submit">Tambah Voucher</button>
</form>