@foreach ($platos_vendidos as $plato_vendido) @if ($loop->index < 10) @endif @endforeach
# Platos Cantidad Precio Total
{{ $loop->index + 1 }} {{ $plato_vendido->nombre }} {{ $plato_vendido->cantidad }} ${{ number_format($plato_vendido->precio) }} ${{ number_format($plato_vendido->cantidad * $plato_vendido->precio) }}
{{-- SCRIPT GRAFICO 2 --}} {{-- SCRIPT GRAFICO 1 --}}