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'))