@extends('adminlte::page') @section('title', 'Categorias-proveedor') @section('content_header') @stop @section('content')
GESTIÓN DE CATEGORIAS
@livewire('categoria.admin-categorias')
REGISTRO DE PROVEEDORES
@livewire('categoria.admin-proveedores')
@stop @section('css') @stop @section('js') @stop