Skip to content

Commit 9adf4c9

Browse files
committed
Use PHP here in order to support Livewire
1 parent 3a49524 commit 9adf4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/form/_form_component.antlers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
x-on:submit.prevent="formSubmit"
1414
x-on:fields-changed="updateSubmitData($event.detail)"
1515
x-on:validate-field="validateField($event.detail)"
16-
data-csrf-token="{{ csrf_token }}"
16+
data-csrf-token="{{$ csrf_token() $}}"
1717
aria-label="{{ title }}"
1818
>
1919
{{# Honeypot field #}}

0 commit comments

Comments
 (0)