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

Lista de Subtipos por Producto

@stop @section('content')
@livewire('subtipos')
@stop @section('css') @stop @livewireScripts @section('js') @stop