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