Ranking de Clientes segĂșn cantidad de Ventas

   
@php $total=0; @endphp @foreach ($ranking as $ranking) {{-- --}} @php // $total = $total + $ranking->monto; @endphp @endforeach {{-- --}}
Cliente Cant.
{!!$ranking->cliente!!} {!!number_format($ranking->cant, 0, ',', '.')!!}{{$ranking->cant}}
Total {!!number_format($total, 0, ',', '.')!!}