@extends('layouts.app') @section('template_title') {{ $ingredientesactivo->name ?? 'Show Ingredientesactivo' }} @endsection @section('content') @if (Auth::user()->rol=='admin') Show Ingredientesactivo Back Nombre: {{ $ingredientesactivo->nombre }} @else