@include('website.layouts.head')
Mostrando {{ $json['prd_x_pag'] }} de {{ $json['paginas'] }} páginas
N° PARTE: {{ $item['part_number'] }} CONDICIÓN: {{ $item['condicion'] }} @if ($item['existencias'] == 0 && $item['en_transito'] == 0) FUERA DE STOCK @php $out_stock = true; @endphp @else @php $out_stock = false; @endphp @if ($item['ETA'] > 0) DISPONIBILIDAD: @else EN STOCK: @endif @if ($item['en_transito'] != 0) Stock en tránsito @else @if ($item['existencias'] >= 300) 300+ @else {{ $item['existencias'] }} @endif PZA @endif @endif DESCRIPCIÓN: {{ substr($item['desc'], 0, 40) . '...' }} {{-- {{$out_stock}} --}} @if ($item['ETA'] <= 0) @if (!empty($out_stock) && $out_stock) @else EN STOCK @endif @else ETA: {{ $item['ETA'] }} DÍAS @endif MOQ: {{ $item['MOQ'] }} UNIDADES @if ($item['en_transito'] > 0) EN TRANSITO: {{ $item['en_transito'] }} @endif @if (session('usuario_autenticado')) PRECIO: ${{ $item['precio'] }} +IGV @endif