diff --git a/resources/views/hops/index.blade.php b/resources/views/hops/index.blade.php index efa8b19..61e6b9f 100644 --- a/resources/views/hops/index.blade.php +++ b/resources/views/hops/index.blade.php @@ -31,8 +31,8 @@ {{$hop->name}} {{str_replace(' ,',',',str_replace('"',' ',str_replace(',',', ',str_replace('}', '', str_replace('{','',$hop->profile)))))}} - @if($hop->bitter == 1) yes @else no @endif - @if($hop->aroma == 1) yes @else no @endif + @if($hop->bitter == 1) yes @else no @endif + @if($hop->aroma == 1) yes @else no @endif @if (Auth::user()->isAdmin()) Edit
@@ -41,9 +41,7 @@
@endif - -@endforeach - + @endforeach