From 0e1dc8745c26feaa0e2801e28c38c1115e34f1c0 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 19 Feb 2025 14:04:45 +0000 Subject: [PATCH] Wider custom report Signed-off-by: snipe --- resources/views/reports/custom.blade.php | 69 ++++++++++++++---------- 1 file changed, 42 insertions(+), 27 deletions(-) diff --git a/resources/views/reports/custom.blade.php b/resources/views/reports/custom.blade.php index 766d0beb97..e7802651b1 100644 --- a/resources/views/reports/custom.blade.php +++ b/resources/views/reports/custom.blade.php @@ -33,7 +33,7 @@ @section('content')
-
+
@if (request()->routeIs('reports/custom') || request()->routeIs('report-templates.show')) -

+

{{ trans('general.customize_report') }}

+ @endif + @if (request()->routeIs('report-templates.edit'))
-
+
@endif - @if (request()->routeIs('report-templates.show')) -
- - - {{ trans('general.update') }} - - -
- @endif +
@@ -636,7 +616,7 @@
-
+
@if (! request()->routeIs('report-templates.edit'))
@@ -653,6 +633,41 @@ @endforeach
+ +
+
+ @if (request()->routeIs('report-templates.show')) + + + {{ trans('general.update') }} + + + + + + + {{ trans('general.delete') }} + + + + + + @endif +
+
@endif @if (request()->routeIs('reports/custom'))