@extends('adminlte::page') @section('title', 'Productos') @section('content_header')
Lista de Productos
@stop @section('content')
@livewire('productos')
@stop @section('css')
@stop @livewireScripts @section('js') @stop