From 81b1e8c7a23581771682419f66720ef0009ebe79 Mon Sep 17 00:00:00 2001 From: Mario Simaremare Date: Sun, 7 Nov 2021 14:14:43 +0700 Subject: [PATCH] Use post as the default action method --- resources/views/components/actions.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/components/actions.blade.php b/resources/views/components/actions.blade.php index a7637015..8d28ddf4 100644 --- a/resources/views/components/actions.blade.php +++ b/resources/views/components/actions.blade.php @@ -31,7 +31,7 @@ class="{{ filled($action->class) ? $action->class : $theme->actions->headerBtnCl @if(strtolower($action->method) !== ('get'))
+ method="post"> @method($action->method) @csrf