@php $total = 0; @endphp @foreach ($types as $item) {{ $item->type->name }} {{ $item->amount }} @php $total += $item->amount; @endphp @endforeach @if ($total > 0) {{ ___('common.total') }} {{ $total }} @endif