Search term is now passed through when using paginated result sets

This commit is contained in:
Dane Everitt 2018-03-03 17:57:12 -06:00
parent c739f292e4
commit eaf54a8c63
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 6 additions and 5 deletions

View file

@ -76,7 +76,7 @@
</div>
@if($servers->hasPages())
<div class="box-footer with-border">
<div class="col-md-12 text-center">{!! $servers->render() !!}</div>
<div class="col-md-12 text-center">{!! $servers->appends(['query' => Request::input('query')])->render() !!}</div>
</div>
@endif
</div>