@model PowderCoating.Application.DTOs.GiftCertificate.CreateGiftCertificateDto @using PowderCoating.Core.Enums @{ ViewData["Title"] = "New Gift Certificate"; ViewData["PageIcon"] = "bi-gift"; }
@Html.AntiForgeryToken()
Certificate Details
$
$
Leave blank if same as face value.
Leave blank for no expiry.
Recipient
Select a customer, or leave blank and fill in the name below.
Notes
Cancel
@section Scripts { }