@php $grand_total = array_sum($class->footer_totals[$table_key]); @endphp {{ trans_choice('general.totals', 1) }} @foreach($class->footer_totals[$table_key] as $total) {{ $class->has_money ? money($total, default_currency(), true) : $total }} @endforeach {{ $class->has_money ? money($grand_total, default_currency(), true) : $grand_total }}