You can call `withTrashed()` on a route to accept soft deleted models

You can call `withTrashed()` on a route to accept soft deleted models

🔥 Laravel Tip: Route model binding soft-deleted models

By default, when using route model binding will not retrieve models that have been soft-deleted. You can change that behavior by using withTrashed in your route.

We're writing a book, you can get it for free here.