12 lines
482 B
PHP
Raw Normal View History

2019-11-16 10:21:14 +03:00
<tfoot>
<tr>
<th class="long-texts report-column">{{ trans('reports.net') }}</th>
2019-11-16 10:21:14 +03:00
@php $total_total = 0; @endphp
@foreach($class->totals[$table] as $total)
@php $total_total += $total; @endphp
<th class="long-texts report-column">@money($total, setting('default.currency'), true)</th>
2019-11-16 10:21:14 +03:00
@endforeach
<th class="long-texts report-column">@money($total_total, setting('default.currency'), true)</th>
2019-11-16 10:21:14 +03:00
</tr>
</tfoot>