В Laravel я использую этот синтаксис маршрутизации, который работает для меня
<a href="{{URL::to('empProfileHistory/'.$emphistory->historyId.'/'.$emphistory->employeeId)}}"> <button type="button" class="btn btn-outline-primary btn-rounded waves-effect btn-sm"><i class="fa fa-edit float-right" aria-hidden="true"></i></button></a>
<a href="{{URL::to('DeleteEmployee/'.$emphistory->historyId)}}"> <button type="button" class="btn btn-outline-danger btn-rounded waves-effect btn-sm"><i class="fa fa-trash float-right" aria-hidden="true"></i></button></a>