|
|
@ -6,7 +6,6 @@ |
|
|
|
<div class="col-md-12"> |
|
|
|
<div class="card"> |
|
|
|
@include('inc.navbar') |
|
|
|
@include('search.index') |
|
|
|
<div class="card-header"><a href="/home">Home</a> -> {{ __('Search Results') }}<span class="backlink"><a href="{{url()->previous()}}">Go Back</a></span></div> |
|
|
|
|
|
|
|
<div class="card-body"> |
|
|
@ -16,7 +15,7 @@ |
|
|
|
<thead> |
|
|
|
<tr> |
|
|
|
<th scope="col">@sortablelink('name')</th> |
|
|
|
<th scope="col">@sortablelink('brewery')</th> |
|
|
|
<th scope="col">@sortablelink('brewery'</th> |
|
|
|
<th scope="col" class="hideable">@sortablelink('type', 'Style')</th> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|