belongsToMany(Branch::class, 'investor_branch'); } public function payouts() { return $this->hasMany(InvestorPayout::class); } }