@extends('../../layouts/partials/header') @section('content_header')

Inventario

@endsection @section('content')
@livewire('inventario-index') @endsection @include('../layouts/partials/footer')