<a class="btn btn-primary" href="{{url('admin/authors/{$author->id}/edit')}}">Edit</a>
Route::get('аdmin/authors/{author}/edit', ['as' => 'routeName', 'uses' => 'ControllerName@methodName']);
{{ route('routeName', $author->id) }}
{{ route('routeName', $author) }}
http://domain.name/аdmin/authors/123/edit