🔥 Laravel Tip
When you have content that you want to appear on search engines e.g. articles, it is usually better to use slugs over IDs (for SEO reasons).
You can do this for your Eloquent models by adding a small trait. It even handles route model binding.