You may pass the id with your route helper like this.
route
route('admin_post.edit', ['id' => $item->id])
You can check more details in this documentation.