@extends('layouts.main') @section('title', '| Productos') @section('titlePage', 'Extintores') @section('content')
{{ $message }}
No | {{__('Name')}} | Marca | Categoría | Clase | Descripción | Capacidad | {{--PSI | --}} {{--Alto | --}} {{--Ancho | --}} {{--Diámetro | --}} {{--Peso | --}}|
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ ++$i }} | {{ $product->name }} | {{ $product?->brand?->name }} | {{ $product?->category?->name }} | {{ $product?->classe?->name }} | {{ $product->description }} | {{ $product->capacity }} | {{--{{ $product->psi }} | --}} {{--{{ $product->height }} | --}} {{--{{ $product->width }} | --}} {{--{{ $product->diameter }} | --}} {{--{{ $product->weight }} | --}}