belongsTo('App\Models\UserInfoModel'); } public function bank() { return $this->belongsTo('App\Models\UserBanksModel'); } }