diff --git a/resources/views/reports/custom.blade.php b/resources/views/reports/custom.blade.php index a86e0946bc..ca7c30e535 100644 --- a/resources/views/reports/custom.blade.php +++ b/resources/views/reports/custom.blade.php @@ -27,7 +27,13 @@
-

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

+

+ @if ($savedReport->name) + Saved Template: {{ $savedReport->name }} + @else + {{ trans('general.customize_report') }} + @endif +