@extends('layouts.app') @section('template_title') Create Ingredientesactivosused @endsection @section('content')
@includeif('partials.errors')
Create Ingredientesactivosused
@csrf @include('ingredientesactivosused.form')
@endsection