@extends('hops') @section('main')
Hop Name | Profile | Bittering? | Aroma? | Admin | @endif @foreach ($hops as $hop)|
---|---|---|---|---|---|
{{$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 (Auth::user()->isAdmin())Edit | @endif |