diff --git a/resources/views/search/results.blade.php b/resources/views/search/results.blade.php index f85742d..d01b7b5 100644 --- a/resources/views/search/results.blade.php +++ b/resources/views/search/results.blade.php @@ -113,7 +113,7 @@ @foreach ($results as $result) {{$result->name}} - @foreach($result->mashes as $mash) Stage: {{$mash['stage']}} at {{$mash['temp']}}°C @if($mash['duration']) for {{$mash['duration']}}m @endforeach + @foreach($result->mashes as $mash) Stage: {{$mash['stage']}} at {{$mash['temp']}}°C @if($mash['duration']) for {{$mash['duration']}}m @endif @endforeach {{$result->boil}}m boil with hop additions at @foreach($result->hopadditions as $hopaddition) {{$hopaddition->timing}} @endforeach Fermentation stuff