{{ html()->modelForm('', 'GET', '/' . Route::current()->uri)->class('form-inline')->open() }} @foreach (Request::query() as $key => $value) @if($value != '') {{ html()->hidden($key)->value($value) }} @endif @endforeach