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

Editar producto

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