print report total position

This commit is contained in:
batuhanbas 2020-01-20 12:22:02 +03:00
parent a90f6a86ab
commit d7ae76b6d2

View File

@ -1,6 +1,6 @@
<tfoot> <tfoot>
<tr class="rp-border-top-1"> <tr class="rp-border-top-1">
<th class="report-column">{{ trans_choice('general.totals', 1) }}</th> <th class="report-column text-left">{{ trans_choice('general.totals', 1) }}</th>
@php $total_total = 0; @endphp @php $total_total = 0; @endphp
@foreach($class->totals[$table] as $total) @foreach($class->totals[$table] as $total)
@php $total_total += $total; @endphp @php $total_total += $total; @endphp