fix bad variable name

This commit is contained in:
2024-09-27 22:23:01 +10:00
parent 9b1b92d0cf
commit 9725f4944f

View File

@@ -41,7 +41,7 @@
<h3 class="text-lg font-bold mt-4 mb-3">Email Subscriptions</h3>
</a>
<div x-show="open">
<x-ui.checkbox label="Upcoming Workshops" name="billing_same_home" checked="{{ $billing_same_home }}" />
<x-ui.checkbox label="Upcoming Workshops" name="shipping_same_billing" checked="{{ $billing_same_home }}" />
</div>
</section>