@extends('layouts.appGeneral') @section('section')
@foreach ($datosSistem['produc'] as $produc)
@if ($produc->imagen != null && $produc->imagen !='') @endif @if ($produc->imagen2 != null && $produc->imagen2 !='') @endif @if ($produc->imagen3 != null && $produc->imagen3 !='') @endif @if ($produc->imagen4 != null && $produc->imagen4 !='') @endif @if ($produc->imagen5 != null && $produc->imagen5 !='') @endif @if ($produc->imagen6 != null && $produc->imagen6 !='') @endif @if ($produc->imagen7 != null && $produc->imagen7 !='') @endif

{{$produc->nombre}}

S/. {{$produc->precio_unitario}} |  Por Unidad

@if ($produc->precio_docena !=null && $produc->precio_docena !='' )

S/. {{$produc->precio_docena}} |  Por Docena

@endif @if ($produc->precio_caja !=null && $produc->precio_caja !='' )

S/. {{$produc->precio_caja}} |  Por Caja ({{$produc->cant_caja}} Unidades)

@endif @if ($produc->descripcion!='' && $produc->descripcion!=null)

{{$produc->descripcion}}

@endif @if ($produc->stock>0)
¡Apurarse! Solo quedan {{$produc->stock}} en el inventario.
@endif @csrf @if (count($datosSistem['colores'])>0)
@foreach ($datosSistem['colores'] as $colores)
@endforeach
@endif @foreach ($datosSistem['tipo_Caracteristicas'] as $tipo_CaracteristicasP)
@foreach ($datosSistem['opciones_Caracteristicas'] as $opciones_Caracteristicas) @if ($opciones_Caracteristicas->id_tipo_caracteristica == $tipo_CaracteristicasP->id)
@endif @endforeach
@endforeach
@endforeach
Safe Payment

Pago seguro

Pague con la mayoría de los métodos de pago del mundo.
Confidence

Confianza

La protección cubre su compra y sus datos personales.
Worldwide Delivery

Envíos a todo el mundo

Envío GRATIS & rápido a más de 200 países & regiones.
Hotline

Línea directa

Hable con la línea de ayuda para su pregunta en +51 924750200.
@csrf

Escribe una reseña

@error('review_author') @enderror
@error('review_email') @enderror
@error('review_title') @enderror
@error('review_body') @enderror
@foreach ($datosSistem['comentarios'] as $comentarios)
@for ($i = 0; $i < $comentarios->star; $i++) @endfor @for ($i = 0; $i < 5 - $comentarios->star; $i++) @endfor

{{$comentarios->titulo}}

{{$comentarios->texto}}

@endforeach
@if ($datosSistem['count'] >0) @endif
@endsection @section('postFoter')

WOMEN'S BODY SIZING CHART

Size XS S M L XL
Chest 31" - 33" 33" - 35" 35" - 37" 37" - 39" 39" - 42"
Waist 24" - 26" 26" - 28" 28" - 30" 30" - 32" 32" - 35"
Hip 34" - 36" 36" - 38" 38" - 40" 40" - 42" 42" - 44"
Regular inseam 30" 30½" 31" 31½" 32"
Long (Tall) Inseam 31½" 32" 32½" 33" 33½"

MEN'S BODY SIZING CHART

Size XS S M L XL XXL
Chest 33" - 36" 36" - 39" 39" - 41" 41" - 43" 43" - 46" 46" - 49"
Waist 27" - 30" 30" - 33" 33" - 35" 36" - 38" 38" - 42" 42" - 45"
Hip 33" - 36" 36" - 39" 39" - 41" 41" - 43" 43" - 46" 46" - 49"
@foreach ($datosSistem['produc'] as $produc)

{{$produc->nombre}}

@csrf
@endforeach @endsection @section('script') @if (session('star_product')) @endif @livewireScripts @endsection @section('fin') @endsection