You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<form method="post" action="{{ route('search.results') }}" id="search-form"> @csrf <div class="form-group"> <span id="radios"> <input type="radio" class="form-control" id="summarie" value="summarie" name="table" checked> <label for="summarie">Beers</label> <input type="radio" class="form-control" id="brewerie" value="brewerie" name="table" > <label for="">Breweries</label> <input type="radio" class="form-control" id="hops" value="hops" name="table" > <label for="">Hops</label> <input type="radio" class="form-control" id="yeasts" value="yeast" name="table" > <label for="">Yeasts</label></span> <input type="text" class="form-control" name="search" /> <button type="submit" class="btn btn-primary"><i class="fa fa-search" aria-hidden="true"></i></button> </div>
</form>
|