@if (session()->has('success'))
{{ session('success') }}
@endif
Ingreso productos Tienda
@if(!is_null($filtro) && !is_null($producto_tipo)) Exportar @endif
@if ($productos->count())
Resultado Productos
@if (Auth::user()->id == 1 || Auth::user()->id == 8) @endif @foreach ($productos as $item) @if (Auth::user()->id == 1 || Auth::user()->id == 8) @endif @endforeach
# SKU PRODUCTO TIPOCOSTOP. VENTA TOTAL BODEGA TIENDA PREVISTO ACCIONES
{{$item->ID}} {{$item->SKU}} {{$item->nombre}} @if($item->producto_tipo == 1) Producto Simple @endif @if ($item->producto_tipo == 2) Producto Inteligente @endif @if (is_null($item->producto_tipo)) Sin Registro @endif {{Currency::currency("USD")->format($item->costo ?? 0)}}{{Currency::currency("CLP")->format(round($item->precio_tienda * 1.19))}} {{$item->stock + $item->stock_tienda}} {{$item->stock}} {{$item->stock_tienda}} {{$item->previsto}} @if(Auth::user()->id == 1 || Auth::user()->id == 8 || Auth::user()->id == 9 || Auth::user()->id == 10) @if ($item->producto_tipo == 1) Stock @endif Valores @if ($item->producto_tipo == 2) Crear @endif @endif @if($item->producto_tipo == 1) @endif @if($item->producto_tipo == 1) @endif
{{$productos->links()}}
@else
@endif
@push('scripts') @endpush