So I have a couple of relational tables defined below
Parent DB:
public function backorderQuantities(){ return $this->hasMany(BackorderQuantity:
You will need to use join instead of eager loading.
Similar question already exists on the Laracasts forum: here