|
@ -57,6 +57,7 @@ |
|
|
<label for="batch">Batch Size (L)</label> |
|
|
<label for="batch">Batch Size (L)</label> |
|
|
<input type="text" class="form-control" name="batch" value="{{ $beer->batch }}" /> |
|
|
<input type="text" class="form-control" name="batch" value="{{ $beer->batch }}" /> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="form-group"> |
|
|
<label for="boil_volume">Boil Volume (L)</label> |
|
|
<label for="boil_volume">Boil Volume (L)</label> |
|
|
<input type="text" class="form-control" name="boil_volume" value="{{ $beer->boil_volume }}" /> |
|
|
<input type="text" class="form-control" name="boil_volume" value="{{ $beer->boil_volume }}" /> |
|
|
</div> |
|
|
</div> |
|
|