@ -2,7 +2,7 @@
@section('main')
<div class="row">
<div class="col-sm-8 offset-sm-2">
<div class="col-sm-12 offset-sm-2">
<h1 class="display-3">Add a Mash Step</h1>
<div>
@if ($errors->any())
@ -28,7 +28,7 @@
@foreach ($mashes as $mash)
<tr>
<td><a href="/beer/{{$mash->beer_id}}">{{$mash->beer}}</a> </td>
<td>{{$mash->temperature}} </td>
<td>{{$mash->temp}} </td>
<td>{{$mash->duration}} </td>
<td>{{$mash->stage}} </td>
<td>{{$mash->boil}} </td>