@if (session()->has('success'))
{{ session('success') }}
@endif
Ingreso productos Tienda
{{--
--}}
@if ($productos->count())
Resultado Productos
@foreach ($productos as $item) @if($item->sku_ml != null) @else @endif @if($item->precio_ml != null) @else @endif @endforeach
Imagen # SKU SKU ML Nombre Precio Tienda Precio Mercado Libre Acción
{{$item->nombre}} {{$item->ID}} {{$item->SKU}}{{$item->sku_ml}}{{$item->sku_ml = 0}}{{$item->nombre}} {{Currency::currency("CLP")->format(round($item->precio_tienda * 1.19))}}{{Currency::currency("CLP")->format($item->precio_ml)}}{{$item->precio_ml = 0}}
{{$productos->links()}}
@else
@endif
@push('scripts') @endpush