๐ฅ #Laravel Tip: Eloquent includes methods like โhasโ, to help create simple and easy-to-read queries. However, they donโt always generate efficient SQL, which can lead to poor performance. Hereโs an example of how a โhasโ query can be refactored to make it much faster at scale.