diff --git a/resources/views/mashes/create.blade.php b/resources/views/mashes/create.blade.php index 07dcca5..57504e7 100644 --- a/resources/views/mashes/create.blade.php +++ b/resources/views/mashes/create.blade.php @@ -2,7 +2,7 @@ @section('main')
-
+

Add a Mash Step

@if ($errors->any()) diff --git a/resources/views/mashes/index.blade.php b/resources/views/mashes/index.blade.php index c020254..d46d946 100644 --- a/resources/views/mashes/index.blade.php +++ b/resources/views/mashes/index.blade.php @@ -28,7 +28,7 @@ @foreach ($mashes as $mash) {{$mash->beer}} - {{$mash->temperature}} + {{$mash->temp}} {{$mash->duration}} {{$mash->stage}} {{$mash->boil}}