4 lines
No EOL
135 B
HTML
4 lines
No EOL
135 B
HTML
<form method="POST" action="...">
|
|
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
|
<!-- Form fields -->
|
|
</form> |