- <div moe normal>
- <a start show href="#">Remove</a>
- <form url="/api/customerStore/removePaymentMethod">
- <h4 class="fw-bold mb-4">Remove Payment Method</h4>
- <input type="hidden" name="paymentMethodUid" value="{{ $paymentMethod->uid }}">
- <div class="mb-2">
- <label>Remove card?</label>
- </div>
- <div class="mt-3">
- <button submit class="btn btn-sm btn-primary me-2">Remove</button>
- <button cancel class="btn btn-sm btn-default border">Cancel</button>
- </div>
- </form>
- </div>
|