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