Display saved template name in header

This commit is contained in:
Marcus Moore 2023-12-13 14:49:38 -08:00
parent ad202be374
commit 75bd056bbe
No known key found for this signature in database

View file

@ -27,7 +27,13 @@
<!-- Horizontal Form -->
<div class="box box-default">
<div class="box-header with-border">
<h2 class="box-title">{{ trans('general.customize_report') }}</h2>
<h2 class="box-title">
@if ($savedReport->name)
Saved Template: {{ $savedReport->name }}
@else
{{ trans('general.customize_report') }}
@endif
</h2>
</div><!-- /.box-header -->
<div class="box-body">