The database/relationship structure:
departments - id $this->hasMany(Order::class);
orders - id - department_id (index)