๐ก Show me how to define a one-to-many relationship in Eloquent.
๐ก Explain the use of Eloquent's eager loading to avoid the N+1 issue.
๐ก How do I use Eloquent's accessor and mutator?
๐ก Provide an example of using Laravel's query builder for complex conditions.