Parámetros para: {{ $producto->nombre }}

@foreach($etapas as $etapa) @endforeach
@if($etapa_id)

Parámetros para: {{ $etapas->find($etapa_id)->nombre }}

@if($parametro_id) @endif
@else

Seleccione una etapa para configurar sus parámetros

@endif

Resumen de Parámetros

@forelse($parametros as $param) @empty @endforelse
Etapa Temp (°C) pH Acidez Brix Viscosidad Densidad Estado
{{ $param->etapa->nombre }} @if($param->temperatura_min && $param->temperatura_max) {{ $param->temperatura_min/1 }} - {{ $param->temperatura_max/1 }} @else N/D @endif @if($param->ph_min && $param->ph_max) {{ $param->ph_min/1 }} - {{ $param->ph_max/1 }} @else N/D @endif @if($param->acidez_min && $param->acidez_max) {{ $param->acidez_min/1 }} - {{ $param->acidez_max/1 }} @else N/D @endif @if($param->brix_min && $param->brix_max) {{ $param->brix_min/1 }} - {{ $param->brix_max/1 }} @else N/D @endif @if($param->viscosidad_min && $param->viscosidad_max) {{ $param->viscosidad_min/1 }} - {{ $param->viscosidad_max/1 }} @else N/D @endif @if($param->densidad_min && $param->densidad_max) {{ $param->densidad_min/1 }} - {{ $param->densidad_max/1 }} @else N/D @endif
No hay parámetros configurados