We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2f14a commit 7afa9fcCopy full SHA for 7afa9fc
resources/views/pages/create.edge
@@ -1,7 +1,7 @@
1
@layout.main({ title: "Home"})
2
@slot('main')
3
<div class="pt-4 h-full flex flex-col mt-8 ">
4
- <form class="max-w-3xl mx-auto p-6 bg-purple-800 rounded-lg shadow-md space-y-8" method="POST" action="/generate" enctype="multipart/form-data">
+ <form class="max-w-3xl mx-auto p-6 bg-purple-800 rounded-lg shadow-md space-y-8" data-turbo="false" method="POST" action="/generate" enctype="multipart/form-data">
5
{{ csrfField() }}
6
<fieldset class="border border-purple-700 rounded-md p-4">
7
<legend class="text-xl font-semibold mb-4">Templaten</legend>
0 commit comments