From d32163f881c87b6a10a6b465c9d97b12cfc9195d Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 12 Feb 2025 12:43:51 -0800 Subject: [PATCH] Migrate Form::open and Form::close on custom report page --- resources/views/reports/custom.blade.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/resources/views/reports/custom.blade.php b/resources/views/reports/custom.blade.php index 3a2d5b254f..766d0beb97 100644 --- a/resources/views/reports/custom.blade.php +++ b/resources/views/reports/custom.blade.php @@ -35,12 +35,13 @@
- {{ Form::open([ - 'method' => 'post', - 'class' => 'form-horizontal', - 'id' => 'custom-report-form', - 'url' => request()->routeIs('report-templates.edit') ? route('report-templates.update', $template) : '/reports/custom', - ]) }} +
{{csrf_field()}} @@ -631,7 +632,7 @@ @endif
- {{ Form::close() }} +