π₯ #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.