In Laravel, when creating new users, we often use the `Hash` facade in order to hash the user password. But, did you know that Laravel has a casting type called "hashed" that will automatically hash your user's password? 🚀```php