@if(count($inventario) > 0) @foreach($inventario as $i) {{ $i->producto_codigo_sku }} @if(!empty($i->producto_titulo)) {{ $i->producto_titulo }} @else {{ $i->url_h1 }} @endif {{ $i->bodega_nombre }} {{ $i->bodega_pasillo_nombre }} {{ $i->bodega_fila_nombre }} {{ $i->bodega_altura_nombre }} {{ $i->inventario_stock }} {{ \FCR::fecha_completa($i->inventario_fecha) }} @endforeach @else No hay inventario @endif