@php($sum = 0) @foreach($data as $value) @php($sum = $sum + $value->total) @endforeach
Name Total
{{ $value->user_name }} {{ $value->total }}
{{ $sum }}