@include('partials.success')
|
Código |
Tipo |
Marca |
|
Nombre |
|
|
@foreach($products as $item)
@if($item->technical_datasheet != null)
@endif
|
{{$item->code}}
|
{{$item->type_product->name}} |
{{isset($item->brand ) ? $item->brand->name : '' }}
|
@if($item->photo != null)
@endif
|
{{$item->name}}
@if($item->type_product_id == 1)
vmp: {{$item->vmp}}
imp: {{$item->imp}}
voc: {{$item->voc}}
isc: {{$item->isc}}
Altura: {{$item->height}}
Ancho: {{$item->width}}
@endif
|
|
|
@endforeach