@extends('layouts.plantilla') @section('contenido')

Baja de un producto

{{ $Producto->prdNombre }}

{{ $Producto->getMarca->mkNombre }} | {{ $Producto->getCategoria->catNombre }}
$ {{ $Producto->prdPrecio }}
{{ $Producto->prdDescripcion }}
@method('delete') @csrf Volver a panel
@endSection