hide lines w/o money in reports

This commit is contained in:
Denis Duliçi
2020-06-06 11:48:20 +03:00
parent 3e9be29060
commit 92e07fc206
5 changed files with 55 additions and 37 deletions

View File

@@ -9,7 +9,7 @@
@else
<tr>
<td colspan="{{ count($class->dates) + 2 }}">
<h5 class="text-center pl-0">{{ trans('general.no_records') }}</h5>
<div class="text-muted pl-0">{{ trans('general.no_records') }}</div>
</td>
</tr>
@endif