@extends('adminlte::page') @section('title', 'Registrar Productos') @section('content_header')

Registrar Productos

@stop @section('content') @livewire('productos.Formulario') @stop