@extends('adminlte::page') @section('template_title') {{ __('Update') }} Producto @endsection @section('content')
{{ __('Update') }} Producto
{{ method_field('PATCH') }} @csrf @include('producto.form')
@endsection