{{ trans_choice('general.totals', 1) }} @php $grand_total = 0; @endphp @foreach($class->footer_totals[$table] as $total) @php $grand_total += $total; @endphp @money($total, setting('default.currency'), true) @endforeach @money($grand_total, setting('default.currency'), true)