@extends('layouts.app') @section('template_title') {{ $ingredientesactivosused->name ?? 'Show Ingredientesactivosused' }} @endsection @section('content')
Show Ingredientesactivosused
Id Ing Act Use: {{ $ingredientesactivosused->id_ing_act_use }}
Porcentaje: {{ $ingredientesactivosused->porcentaje }}
Desc Ing Act Use: {{ $ingredientesactivosused->desc_ing_act_use }}
Dosis: {{ $ingredientesactivosused->dosis }}
Tieto Ing Act Use: {{ $ingredientesactivosused->tieto_ing_act_use }}
Ingmother Ing Act Id: {{ $ingredientesactivosused->ingmother_ing_act_id }}
Cult Ing Act Id: {{ $ingredientesactivosused->cult_ing_act_id }}
Bb Ing Act Id: {{ $ingredientesactivosused->bb_ing_act_id }}
@endsection