From 967e646989516da8ee43a11ce89038979ffe9178 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Tue, 11 Feb 2025 14:04:45 -0800 Subject: [PATCH] Migrate Form::open in depreciations view --- resources/views/depreciations/view.blade.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/resources/views/depreciations/view.blade.php b/resources/views/depreciations/view.blade.php index b49bf0b9e1..02ac7f335b 100644 --- a/resources/views/depreciations/view.blade.php +++ b/resources/views/depreciations/view.blade.php @@ -129,13 +129,8 @@
- {{ Form::open( - [ - 'method' => 'POST', - 'route' => ['models.bulkedit.index'], - 'class' => 'form-inline', - 'id' => 'bulkForm'] - ) }} +
+ @csrf