homedocs/app/templates/dashboard/any_form_template.html
2025-03-31 17:48:23 +02:00

4 lines
No EOL
135 B
HTML

<form method="POST" action="...">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
<!-- Form fields -->
</form>