Edit
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