@php $row_total = 0; @endphp {{ $class->row_names[$table][$id] }} @foreach($rows as $row) @php $row_total += $row; @endphp @money($row, setting('default.currency'), true) @endforeach @money($row_total, setting('default.currency'), true)