@extends('mashes') @section('main')
| Beer | Temperature | Duration | Stage | Length of Boil@if (Auth::user()->isAdmin()) | Admin@endif | |
|---|---|---|---|---|---|---|
| {{$mash->beer}} | {{$mash->temp}} | {{$mash->duration}} | {{$mash->stage}} | {{$mash->boil}}@if (Auth::user()->isAdmin()) | Edit | @endif |