@if(is_numeric($pasillo_id)) @php $filas = \DTE::getFilasBodegas($pasillo_id); @endphp @if(count($filas) > 0) @foreach($filas as $f) @php $fila_id = $f->bodega_fila_id; @endphp @include('dashboard.bodegas.table-fila') @endforeach @endif @endif