From 2d5631284b2273151c0c380dd1c9cfee84e15302 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Tue, 23 Jan 2024 15:19:36 -0800 Subject: [PATCH] Indent --- resources/views/reports/custom.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/reports/custom.blade.php b/resources/views/reports/custom.blade.php index 370affd69c..0f19c4ddd4 100644 --- a/resources/views/reports/custom.blade.php +++ b/resources/views/reports/custom.blade.php @@ -24,7 +24,7 @@ 'id' => 'custom-report-form', 'url' => request()->routeIs('report-templates.edit') ? route('report-templates.update', $template) : '/reports/custom', ]) }} - {{csrf_field()}} + {{csrf_field()}}