@extends('layouts.app') @section('template_title') Update Ingredientesactivosused @endsection @section('content')
@includeif('partials.errors')
Update Ingredientesactivosused
{{ method_field('PATCH') }} @csrf @include('ingredientesactivosused.form')
@endsection