@if ($row_total = array_sum($rows)) {{ $class->row_names[$table][$id] }} @foreach($rows as $row) {{ $class->has_money ? money($row, setting('default.currency'), true) : $row }} @endforeach {{ $class->has_money ? money($row_total, setting('default.currency'), true) : $row }} @endif