|
|
@ -1,8 +1,8 @@ |
|
|
|
<form method="post" action="{{ route('search.results') }}"> |
|
|
|
<form method="post" action="{{ route('search.results') }}" id="search-form"> |
|
|
|
@csrf |
|
|
|
<div class="form-group"> |
|
|
|
<label for="search">Search</label> |
|
|
|
<input type="text" class="form-control" name="search" > |
|
|
|
<input type="text" class="form-control" name="search" /><button type="submit" class="btn btn-primary">Search</button> |
|
|
|
</div> |
|
|
|
<div class="form-group"> |
|
|
|
<legend>Select table: </legend> |
|
|
@ -15,5 +15,5 @@ |
|
|
|
<input type="radio" id="yeasts" value="yeast" class="form-control" name="table" > |
|
|
|
<label for="">Yeasts</label> |
|
|
|
</div> |
|
|
|
<button type="submit" class="btn btn-primary">Search</button> |
|
|
|
|
|
|
|
</form> |