{{ csrf_field() }}
Nombre
Dirección
Sucursal
Seleccionar Sucursal
@foreach($sucursales as $su)
{{ $su->sucursal_nombre }}
@endforeach
Fono
E-mail
@if(!empty($api_softnet_username))
Bodega Softnet
Seleccionar la bodega
@if(is_array($bodegas)) @foreach($bodegas as $bs)
{{ $bs['nombre'] }}
@endforeach @endif
@endif
Tipo Bodega:
@if(isset($b->bodega_id))
Ingresar Posiciones
Agregar Pasillo
@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
{{ $boton }}