Is there an easier way to get and URL parameters similar to that when appending pagination?
<a href="url('user/report', $parameters = Input::all(), $secure = null);">Link</a>
Instead of going @if(Input::has('param1') Input::get('param1') @endif
Thanks