We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930305a commit 820c7a3Copy full SHA for 820c7a3
resources/views/tasks/form.blade.php
@@ -4,7 +4,7 @@
4
- {{ $task->exists ? 'Update' : 'Create'}} Task
5
@stop
6
@section('main-panel-before')
7
- <form action="{{ request()->fullUrl() }}" method="POST">
+ <form method="POST">
8
{{csrf_field()}}
9
10
@section('title')
0 commit comments