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

No se encontraron registros.

@endif