@extends('layouts.master_admin') @section('title')Productos @endsection @section('css') @endsection @section('content')
Selected
@include('partials.success') @foreach($products as $item) @endforeach
Código Tipo Marca Nombre
@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
@endsection @section('js') @endsection