@if ($grand_total = array_sum($class->footer_totals[$table])) {{ trans_choice('general.totals', 1) }} @foreach($class->footer_totals[$table] as $total) @money($total, setting('default.currency'), true) @endforeach @money($grand_total, setting('default.currency'), true) @else
{{ trans('general.no_records') }}
@endif