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