Additional anonymous component paths in Laravel 9.x
December 27, 2022 — Anonymous components are a great way to create reusable components in Laravel. Essentially, you can create an anonymous component without creating an associated class. For example, you can do something like this.