From cf5c78029c50a5bd775ff4f93cb3177267d2ea67 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 20 Dec 2023 14:12:42 -0800 Subject: [PATCH] Only show template name input on default screen --- resources/views/reports/custom.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/reports/custom.blade.php b/resources/views/reports/custom.blade.php index 97f7ef088..c30ae2dfc 100644 --- a/resources/views/reports/custom.blade.php +++ b/resources/views/reports/custom.blade.php @@ -447,6 +447,8 @@ @endpush + @endif + @if (request()->routeIs('reports/custom'))
@csrf