@extends('layouts.app') @section('content')

Nuevo producto

@csrf @include('inventario._form')
@endsection