@extends('layouts.app') @section('content')
@include('inc.navbar')
Home -> Yeast List -> {{ __('Yeast Card') }}Go Back

{{$yeast->name}}

Profile
{{str_replace(' ,',',',str_replace('"',' ',str_replace(',',', ',str_replace('}', '', str_replace('{','',$yeast->profile)))))}}
Attenuation
{{$yeast->attenuation}}%
Flocculation
{{$yeast->flocculation}}
Alcohol Tolerance
{{$yeast->tolerance}}
Temperature Range
{{$yeast->temp_range}}°C

@foreach ($yeastadditions as $yeasts) @endforeach
Used in
Brewery Beer
{{$yeasts->brewery}} {{$yeasts->beer}}
@endsection