@if(!empty($records))
#
Talla
Producto
Stock
@foreach($records as $key => $value) @php @endphp
{{$loop->iteration}}
{{$value->size}}
{{$value->item->description}}
{{$value->stock}}
@endforeach
@else
No se encontraron registros.
@endif