{{ csrf_field() }}
@if(!empty($api_softnet_username))
@endif
@if(isset($b->bodega_id))

Ingresar Posiciones

@php $pasillos = \DTE::getPasillosBodegas($b->bodega_id); @endphp @if(count($pasillos) > 0) @foreach($pasillos as $p) @php $pasillo_id = $p->bodega_pasillo_id; @endphp @include('dashboard.bodegas.table-pasillo') @endforeach @endif
Pasillo Fila / Altura
@endif