diffrent reports status tables updated

This commit is contained in:
batuhanbas
2019-11-28 11:18:58 +03:00
parent 9439e7061c
commit 99c56e261a
11 changed files with 23 additions and 23 deletions

View File

@@ -1,11 +1,11 @@
<tfoot>
<tr>
<th>{{ trans('reports.net') }}</th>
<th style="width: 179px;">{{ trans('reports.net') }}</th>
@php $total_total = 0; @endphp
@foreach($class->totals[$table] as $total)
@php $total_total += $total; @endphp
<th class="text-right pl-0">@money($total, setting('default.currency'), true)</th>
<th class="text-right">@money($total, setting('default.currency'), true)</th>
@endforeach
<th class="text-right pl-0">@money($total_total, setting('default.currency'), true)</th>
<th class="text-right">@money($total_total, setting('default.currency'), true)</th>
</tr>
</tfoot>