@extends('yeasts') @section('main')
| Name | Profile | @if (Auth::user()->isAdmin())Admin | @endif|
|---|---|---|---|
| {{$yeast->name}} | {{str_replace(' ,',',',str_replace('"',' ',str_replace(',',', ',str_replace('}', '', str_replace('{','',$yeast->profile)))))}} | @if (Auth::user()->isAdmin())Edit | @endif |